introduce "default_use_oids"

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: introduce "default_use_oids"
Date: 2003-10-01 00:00:22
Message-ID: 1064966422.22912.34.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

This patch adds a new GUC var, "default_use_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.

Comments are welcome.

(This patch is for the 7.5 queue.)

-Neil

Attachment Content-Type Size
use_oids_guc_var-7.patch text/x-patch 15.6 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message David Walter 2003-10-01 13:23:10 pg_dump --table=* dumps nothing?
Previous Message Bruce Momjian 2003-09-29 18:55:59 Re: pretty print for check constraints broken