pgsql-server/ oc/src/sgml/runtime.sgml oc/src/ ...

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/runtime.sgml oc/src/ ...
Date: 2004-01-10 23:28:45
Message-ID: 20040110232845.D3652D1B528@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: neilc(at)svr1(dot)postgresql(dot)org 04/01/10 19:28:45

Modified files:
doc/src/sgml : runtime.sgml
doc/src/sgml/ref: create_table_as.sgml
src/backend/commands: sequence.c tablecmds.c typecmds.c view.c
src/backend/executor: execMain.c
src/backend/nodes: copyfuncs.c equalfuncs.c
src/backend/parser: analyze.c gram.y
src/include/nodes: parsenodes.h
src/test/regress/expected: without_oid.out
src/test/regress/sql: without_oid.sql

Log message:
Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is
intended to allow application authors to insulate themselves from
changes to the default value of 'default_with_oids' in future releases
of PostgreSQL.

This patch also fixes a bug in the earlier implementation of the
'default_with_oids' GUC variable: code in gram.y should not examine
the value of GUC variables directly due to synchronization issues.

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-01-10 23:39:51 pgsql-server/src/include c.h
Previous Message Peter Eisentraut - PostgreSQL 2004-01-10 22:18:28 pgsql-server/src/bin pg_dump/po/it.po psql/po/ ...