Re: OIDs as keys - Mailing list pgsql-performance

From Tom Lane
Subject Re: OIDs as keys
Date
Msg-id 19293.1046877640@sss.pgh.pa.us
Whole thread Raw
In response to Re: OIDs as keys  (Neil Conway <neilc@samurai.com>)
Responses Re: OIDs as keys  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-performance
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.

            regards, tom lane

pgsql-performance by date:

Previous
From: Tom Lane
Date:
Subject: Re: Planner matching constants across tables in a join
Next
From: Richard Huxton
Date:
Subject: Re: Planner matching constants across tables in a join