File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -612,7 +612,7 @@ $$ LANGUAGE SQL;
612
612
CREATE TYPE bug_status AS ENUM ('new', 'open', 'closed');
613
613
614
614
CREATE TABLE bug (
615
- serial id ,
615
+ id serial ,
616
616
description text,
617
617
status bug_status
618
618
);
Original file line number Diff line number Diff line change 1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -1657,7 +1657,7 @@ lo_import 152801
1657
1657
<para>
1658
1658
You can specify an optional second argument, if it is provided it
1659
1659
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
1661
1661
second argument is not provided then we will toggle between tuples
1662
1662
only and full display. Full display shows extra information such
1663
1663
as column headers, titles, and various footers. In tuples only
You can’t perform that action at this time.
0 commit comments