Minor documentation improvement.
authorNeil Conway
Wed, 29 Sep 2004 06:27:11 +0000 (06:27 +0000)
committerNeil Conway
Wed, 29 Sep 2004 06:27:11 +0000 (06:27 +0000)
doc/src/sgml/runtime.sgml

index 59c4e325b9001eb6174f72e0803e76761a5efa31..22e75ae0eb324f61c7555d7ae0bfe7df2f762bc6 100644 (file)
@@ -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.