mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
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
This commit is contained in:
@ -100,7 +100,7 @@
|
||||
# QUERY TUNING
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
# - Planner Method Enabling -
|
||||
# - Planner Method Configuration -
|
||||
|
||||
#enable_hashagg = true
|
||||
#enable_hashjoin = true
|
||||
@ -255,6 +255,7 @@
|
||||
#add_missing_from = true
|
||||
#regex_flavor = advanced # advanced, extended, or basic
|
||||
#sql_inheritance = true
|
||||
#default_with_oids = true
|
||||
|
||||
# - Other Platforms & Clients -
|
||||
|
||||
|
Reference in New Issue
Block a user