From f7967d4c69f8bbe23fd46e350ffb2822096b7b68 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 29 Oct 2007 17:29:59 +0000 Subject: [PATCH] Documentation wording fixes. Guillaume Lelarge --- doc/src/sgml/ref/create_type.sgml | 4 ++-- doc/src/sgml/ref/psql-ref.sgml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/ref/create_type.sgml b/doc/src/sgml/ref/create_type.sgml index be13351d0a..692aecc38f 100644 --- a/doc/src/sgml/ref/create_type.sgml +++ b/doc/src/sgml/ref/create_type.sgml @@ -1,5 +1,5 @@ @@ -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 ); diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index bf63e162d2..6cd5f3bfea 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1,5 +1,5 @@ @@ -1657,7 +1657,7 @@ lo_import 152801 You can specify an optional second argument, if it is provided it may be either on or off - 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 -- 2.11.0