From 1bb38bb4e5b4162c785f5bee25ac1c3ed10d7824 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Wed, 29 Sep 2004 06:27:11 +0000 Subject: [PATCH] Minor documentation improvement. --- doc/src/sgml/runtime.sgml | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 59c4e325b9..22e75ae0eb 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -1,5 +1,5 @@ @@ -3063,19 +3063,19 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' default_with_oids (boolean) - This controls whether CREATE TABLE - and CREATE TABLE AS will include OIDs in + This controls whether CREATE TABLE and + CREATE TABLE AS will include OIDs in newly-created tables, if neither WITH OIDS - nor WITHOUT OIDS have been specified. It - also determines whether OIDs will be included in tables - created by SELECT INTO. In + nor WITHOUT OIDS is specified. It also + determines whether OIDs will be included in tables created by + SELECT INTO. In PostgreSQL &version; - default_with_oids defaults to - true. This is also the behavior of previous versions - of PostgreSQL. However, assuming - that tables will contain OIDs by default is not - encouraged. This option will probably default to false in a - future release of PostgreSQL. + default_with_oids defaults to true. This is + also the behavior of previous versions of + PostgreSQL. However, assuming that + tables will contain OIDs by default is not encouraged. This + option will probably default to false in a future release of + PostgreSQL. @@ -3084,8 +3084,7 @@ dynamic_library_path = 'C:\tools\postgresql;H:\my_project\lib;$libdir' future versions of PostgreSQL, this option should be disabled, and applications that require OIDs on certain tables should explicitly specify WITH - OIDS when issuing the CREATE - TABLE statements for the tables in question. + OIDS when those tables are created. -- 2.40.0