From dfcf99bf93776a9bdd6fc43f99b6092fe7ed6e89 Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Tue, 15 May 2007 19:43:51 +0000 Subject: [PATCH] Fix a bunch of bad grammar in the docs: ", which see for more information" is un-good English. --- doc/src/sgml/ddl.sgml | 5 +++-- doc/src/sgml/ref/alter_role.sgml | 11 ++++++----- doc/src/sgml/ref/alter_user.sgml | 5 ++--- doc/src/sgml/ref/begin.sgml | 6 +++--- doc/src/sgml/ref/create_group.sgml | 5 ++--- doc/src/sgml/ref/create_user.sgml | 5 ++--- doc/src/sgml/ref/createlang.sgml | 4 ++-- doc/src/sgml/ref/drop_group.sgml | 5 ++--- doc/src/sgml/ref/drop_user.sgml | 5 ++--- 9 files changed, 24 insertions(+), 27 deletions(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index b11b176fe3..33749f5f20 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1,4 +1,4 @@ - + Data Definition @@ -1095,7 +1095,8 @@ CREATE TABLE order_items ( All these actions are performed using the - command, which see for details beyond those given here. + command, whose reference page contains details beyond those given + here. diff --git a/doc/src/sgml/ref/alter_role.sgml b/doc/src/sgml/ref/alter_role.sgml index 1461746cfe..ce28f2ad59 100644 --- a/doc/src/sgml/ref/alter_role.sgml +++ b/doc/src/sgml/ref/alter_role.sgml @@ -1,5 +1,5 @@ @@ -52,8 +52,8 @@ ALTER ROLE name RESET The first variant of this command listed in the synopsis can change many of the role attributes that can be specified in - , - which see for details. (All the possible attributes are covered, + . + (All the possible attributes are covered, except that there are no options for adding or removing memberships; use and for that.) @@ -127,8 +127,9 @@ ALTER ROLE name RESET These clauses alter attributes originally set by - , - which see for more information. + . For more information, see the + CREATE ROLE reference page. diff --git a/doc/src/sgml/ref/alter_user.sgml b/doc/src/sgml/ref/alter_user.sgml index 62c4800e50..8f41a35e7a 100644 --- a/doc/src/sgml/ref/alter_user.sgml +++ b/doc/src/sgml/ref/alter_user.sgml @@ -1,5 +1,5 @@ @@ -46,8 +46,7 @@ ALTER USER name RESET ALTER USER is now an alias for - , - which see for more information. + . diff --git a/doc/src/sgml/ref/begin.sgml b/doc/src/sgml/ref/begin.sgml index af9a864a2f..bfef2ee37f 100644 --- a/doc/src/sgml/ref/begin.sgml +++ b/doc/src/sgml/ref/begin.sgml @@ -1,5 +1,5 @@ @@ -133,8 +133,8 @@ BEGIN; BEGIN is a PostgreSQL language extension. It is equivalent to the SQL-standard command , which see for additional - compatibility information. + endterm="sql-start-transaction-title">, whose reference page + contains additional compatibility information. diff --git a/doc/src/sgml/ref/create_group.sgml b/doc/src/sgml/ref/create_group.sgml index 4cd44bf6a2..c714f07aba 100644 --- a/doc/src/sgml/ref/create_group.sgml +++ b/doc/src/sgml/ref/create_group.sgml @@ -1,5 +1,5 @@ @@ -46,8 +46,7 @@ where option can be: CREATE GROUP is now an alias for - , - which see for more information. + . diff --git a/doc/src/sgml/ref/create_user.sgml b/doc/src/sgml/ref/create_user.sgml index 68f097cfd7..c4b9f70527 100644 --- a/doc/src/sgml/ref/create_user.sgml +++ b/doc/src/sgml/ref/create_user.sgml @@ -1,5 +1,5 @@ @@ -47,8 +47,7 @@ where option can be: CREATE USER is now an alias for - , - which see for more information. + . The only difference is that when the command is spelled CREATE USER, LOGIN is assumed by default, whereas NOLOGIN is assumed when diff --git a/doc/src/sgml/ref/createlang.sgml b/doc/src/sgml/ref/createlang.sgml index 6913a13272..9441eef1de 100644 --- a/doc/src/sgml/ref/createlang.sgml +++ b/doc/src/sgml/ref/createlang.sgml @@ -1,5 +1,5 @@ @@ -42,7 +42,7 @@ PostgreSQL documentation programming language to a PostgreSQL database. createlang is just a wrapper around the - command, which see for additional information. + command. diff --git a/doc/src/sgml/ref/drop_group.sgml b/doc/src/sgml/ref/drop_group.sgml index 66c4a17de0..014575a5a8 100644 --- a/doc/src/sgml/ref/drop_group.sgml +++ b/doc/src/sgml/ref/drop_group.sgml @@ -1,5 +1,5 @@ @@ -29,8 +29,7 @@ DROP GROUP [ IF EXISTS ] name [, .. DROP GROUP is now an alias for - , - which see for more information. + . diff --git a/doc/src/sgml/ref/drop_user.sgml b/doc/src/sgml/ref/drop_user.sgml index 81dda77b29..cc1002562b 100644 --- a/doc/src/sgml/ref/drop_user.sgml +++ b/doc/src/sgml/ref/drop_user.sgml @@ -1,5 +1,5 @@ @@ -29,8 +29,7 @@ DROP USER [ IF EXISTS ] name [, ... DROP USER is now an alias for - , - which see for more information. + . -- 2.40.0