Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f7967d4

Browse files
committed
Documentation wording fixes.
Guillaume Lelarge
1 parent e1f55af commit f7967d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/ref/create_type.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.72 2007/06/15 20:56:49 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.73 2007/10/29 17:29:59 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -612,7 +612,7 @@ $$ LANGUAGE SQL;
612612
CREATE TYPE bug_status AS ENUM ('new', 'open', 'closed');
613613

614614
CREATE TABLE bug (
615-
serial id,
615+
id serial,
616616
description text,
617617
status bug_status
618618
);

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.195 2007/09/14 14:31:22 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.196 2007/10/29 17:29:59 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1657,7 +1657,7 @@ lo_import 152801
16571657
<para>
16581658
You can specify an optional second argument, if it is provided it
16591659
may be either <literal>on</literal> or <literal>off</literal>
1660-
which will enable or display the tuples only mode. If the
1660+
which will enable or disable the tuples only mode. If the
16611661
second argument is not provided then we will toggle between tuples
16621662
only and full display. Full display shows extra information such
16631663
as column headers, titles, and various footers. In tuples only

0 commit comments

Comments
 (0)