Documentation wording fixes.
authorBruce Momjian <bruce@momjian.us>
Mon, 29 Oct 2007 17:29:59 +0000 (17:29 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 29 Oct 2007 17:29:59 +0000 (17:29 +0000)
Guillaume Lelarge

doc/src/sgml/ref/create_type.sgml
doc/src/sgml/ref/psql-ref.sgml

index 577936fdff49bab2f75fb3904eed95a3b5b67be9..641c13e10a77d281c34bae57deaa8494662ca71f 100644 (file)
@@ -612,7 +612,7 @@ $$ LANGUAGE SQL;
 CREATE TYPE bug_status AS ENUM ('new', 'open', 'closed');
 
 CREATE TABLE bug (
-    serial id,
+    id serial,
     description text,
     status bug_status
 );
index 35517276c16fcc7f1243d4240e721778ec7a3684..b7da22cf3df05c8046945a003b2130419edf9010 100644 (file)
@@ -1657,7 +1657,7 @@ lo_import 152801
           <para>
           You can specify an optional second argument, if it is provided it
           may be either <literal>on</literal> or <literal>off</literal>
-          which will enable or display the tuples only mode.  If the
+          which will enable or disable the tuples only mode.  If the
           second argument is not provided then we will toggle between tuples
           only and full display. Full display shows extra information such
           as column headers, titles, and various footers. In tuples only