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 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 $
33PostgreSQL documentation
44-->
55
@@ -612,7 +612,7 @@ $$ LANGUAGE SQL;
612612CREATE TYPE bug_status AS ENUM ('new', 'open', 'closed');
613613
614614CREATE TABLE bug (
615- serial id ,
615+ id serial ,
616616 description text,
617617 status bug_status
618618);
Original file line number Diff line number Diff line change 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 $
33PostgreSQL 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
You can’t perform that action at this time.
0 commit comments