From 6f14a6f703a26ec12f4da6f53f107dd260fbb9db Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 24 Feb 2014 12:56:37 -0500 Subject: docs: remove unnecessary references to old PG versions --- doc/src/sgml/ref/create_table_as.sgml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'doc/src/sgml/ref/create_table_as.sgml') diff --git a/doc/src/sgml/ref/create_table_as.sgml b/doc/src/sgml/ref/create_table_as.sgml index b353a437613..60300ff21e9 100644 --- a/doc/src/sgml/ref/create_table_as.sgml +++ b/doc/src/sgml/ref/create_table_as.sgml @@ -236,19 +236,11 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE - Prior to PostgreSQL 8.0, CREATE - TABLE AS always included OIDs in the table it - created. As of PostgreSQL 8.0, - the CREATE TABLE AS command allows the user to + The CREATE TABLE AS command allows the user to explicitly specify whether OIDs should be included. If the presence of OIDs is not explicitly specified, the configuration variable is - used. As of PostgreSQL 8.1, - this variable is false by default, so the default behavior is not - identical to pre-8.0 releases. Applications that - require OIDs in the table created by CREATE TABLE - AS should explicitly specify WITH (OIDS) - to ensure desired behavior. + used. -- cgit v1.2.3