Re: OIDs as keys - Mailing list pgsql-performance

From Bruce Momjian
Subject Re: OIDs as keys
Date
Msg-id 200303062113.h26LDCP03630@candle.pha.pa.us
Whole thread Raw
In response to Re: OIDs as keys  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: OIDs as keys  (Neil Conway <neilc@samurai.com>)
List pgsql-performance
Tom Lane wrote:
> Neil Conway <neilc@samurai.com> writes:
> > Rather than specifying the use of OIDs by WITH OIDS clauses for each
> > CREATE TABLE in a dump, couldn't we do it by adding a SET command that
> > toggles the 'use_oids' GUC option prior to every CREATE TABLE?
>
> Seems better than cluttering the CREATE TABLE itself with them, I guess.

It would be good to somehow SET the use_oids GUC value on restore start,
and just use SET when the table is different than the default, but then
there is no mechanism to do that when you restore a single table.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-performance by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: OIDs as keys
Next
From: Tom Lane
Date:
Subject: Re: OIDs as keys