Re: Why does pg_dump set default_with_oids to true? - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Why does pg_dump set default_with_oids to true?
Date
Msg-id 1256582868.2389.6.camel@jd-desktop.iso-8859-1.charter.com
Whole thread Raw
In response to Why does pg_dump set default_with_oids to true?  (Kynn Jones <kynnjo@gmail.com>)
List pgsql-general
On Mon, 2009-10-26 at 11:04 -0400, Kynn Jones wrote:
> 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?

It is picking up objects that have OIDS.

Joshua D. Drake

>
>
> TIA!
>
>
> Kynn
>
>


--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander


pgsql-general by date:

Previous
From: ChenXun
Date:
Subject: Is there any ways to pass an array as parameter in libpq?
Next
From: Craig Ringer
Date:
Subject: Re: drop view and recreate - for sync