Re: introduce "default_use_oids" - Mailing list pgsql-patches

From Manfred Koizar
Subject Re: introduce "default_use_oids"
Date
Msg-id 2ipcovssdds1fdquaila26sumu13k1tt60@email.aon.at
Whole thread Raw
In response to introduce "default_use_oids"  (Neil Conway <neilc@samurai.com>)
Responses Re: introduce "default_use_oids"
List pgsql-patches
On Tue, 30 Sep 2003 20:00:22 -0400, Neil Conway <neilc@samurai.com>
wrote:
>This patch adds a new GUC var, "default_use_oids"

Shouldn't it be honoured by CREATE TABLE AS SELECT ... ?
This checkin might contain hints to the places that have to be
modified:

2003-01-23  tgl
  * src/backend/executor/execMain.c 1.199:
  * src/backend/executor/execMain.c [REL7_3_STABLE] 1.180.2.1:
  * src/backend/executor/execUtils.c 1.96:
  * src/backend/executor/execUtils.c [REL7_3_STABLE] 1.90.2.1:
  * src/include/nodes/execnodes.h 1.92:
  * src/include/nodes/execnodes.h [REL7_3_STABLE] 1.75.2.1:
    Change CREATE TABLE AS / SELECT INTO to create the new table with
    OIDs, for backwards compatibility with pre-7.3 behavior.  Per
    discussion on pgsql-general and pgsql-hackers.

Servus
 Manfred

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: NLS: swedish
Next
From: Alvaro Herrera
Date:
Subject: Re: [Fwd: Make psql use all pretty print options]