Kynn Jones escribió:
> I've noticed that the dumps generated by pg_dump set the parameter
> default_with_oids to true in various places (separated by setting it back to
> false in-between).
> 
> This happens even for databases whose creation and maintenance did not
> involve any explicit setting of this parameter.
> 
> The documentation deprecates setting this variable to true.  Why does
> pg_dump do it?

To dump tables that were created WITH OIDS.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to