]> granicus.if.org Git - postgresql/commit
This patch adds a new GUC var, "default_with_oids", which follows the
authorBruce Momjian <bruce@momjian.us>
Mon, 1 Dec 2003 22:08:02 +0000 (22:08 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 1 Dec 2003 22:08:02 +0000 (22:08 +0000)
commit7ce9b7c0d8c8dbefc04978765422f760dcf3788c
treea45d3e6a01487c3a816f73ba5428d3ba64347a55
parente7ca8674858f03a1bd6222bdb4de3d829cffbcc4
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
18 files changed:
doc/src/sgml/datatype.sgml
doc/src/sgml/ref/alter_table.sgml
doc/src/sgml/ref/create_table.sgml
doc/src/sgml/ref/create_table_as.sgml
doc/src/sgml/ref/pg_dump.sgml
doc/src/sgml/ref/prepare.sgml
doc/src/sgml/ref/select_into.sgml
doc/src/sgml/runtime.sgml
doc/src/sgml/spi.sgml
src/backend/executor/execMain.c
src/backend/parser/gram.y
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/bin/pg_dump/pg_dump.c
src/bin/psql/tab-complete.c
src/include/utils/guc.h
src/test/regress/expected/without_oid.out
src/test/regress/sql/without_oid.sql