Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This is

Neil Conway <neilc@samurai.com>

Commit: 98dcf085e35e393bdd6740e6a8f8684b27ac2039
Author: Neil Conway <neilc@samurai.com>
Date: 2004-01-10T23:28:45Z
Releases: 8.0.0
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.

Files