Documentation wording fixes.
Guillaume Lelarge
This commit is contained in:
parent
e1f55afe7d
commit
f7967d4c69
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.72 2007/06/15 20:56:49 tgl Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/create_type.sgml,v 1.73 2007/10/29 17:29:59 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -612,7 +612,7 @@ $$ LANGUAGE SQL;
|
|||||||
CREATE TYPE bug_status AS ENUM ('new', 'open', 'closed');
|
CREATE TYPE bug_status AS ENUM ('new', 'open', 'closed');
|
||||||
|
|
||||||
CREATE TABLE bug (
|
CREATE TABLE bug (
|
||||||
serial id,
|
id serial,
|
||||||
description text,
|
description text,
|
||||||
status bug_status
|
status bug_status
|
||||||
);
|
);
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.195 2007/09/14 14:31:22 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.196 2007/10/29 17:29:59 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -1657,7 +1657,7 @@ lo_import 152801
|
|||||||
<para>
|
<para>
|
||||||
You can specify an optional second argument, if it is provided it
|
You can specify an optional second argument, if it is provided it
|
||||||
may be either <literal>on</literal> or <literal>off</literal>
|
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
|
second argument is not provided then we will toggle between tuples
|
||||||
only and full display. Full display shows extra information such
|
only and full display. Full display shows extra information such
|
||||||
as column headers, titles, and various footers. In tuples only
|
as column headers, titles, and various footers. In tuples only
|
||||||
|
Loading…
x
Reference in New Issue
Block a user