This patch adds a new GUC var, "default_with_oids", which follows the

Bruce Momjian <bruce@momjian.us>

Commit: 7ce9b7c0d8c8dbefc04978765422f760dcf3788c
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-12-01T22:08:02Z
Releases: 8.0.0
This patch adds a new GUC var, "default_with_oids", which follows the
proposal for eventually deprecating OIDs on user tables that I posted
earlier to pgsql-hackers. pg_dump now always specifies WITH OIDS or
WITHOUT OIDS when dumping a table. The documentation has been updated.

Neil Conway

Files