diff options
author | Neil Conway <neilc@samurai.com> | 2007-05-15 19:43:51 +0000 |
---|---|---|
committer | Neil Conway <neilc@samurai.com> | 2007-05-15 19:43:51 +0000 |
commit | dfcf99bf93776a9bdd6fc43f99b6092fe7ed6e89 (patch) | |
tree | 62a68d6dfad35ff25b225efe97bdfd7223448a4b /doc/src/sgml/ref/begin.sgml | |
parent | 79ba540b78c69b9d91214899283a843ce40c52d5 (diff) | |
download | postgresql-dfcf99bf93776a9bdd6fc43f99b6092fe7ed6e89.tar.gz postgresql-dfcf99bf93776a9bdd6fc43f99b6092fe7ed6e89.zip |
Fix a bunch of bad grammar in the docs: "<link>, which see for more
information" is un-good English.
Diffstat (limited to 'doc/src/sgml/ref/begin.sgml')
-rw-r--r-- | doc/src/sgml/ref/begin.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/begin.sgml b/doc/src/sgml/ref/begin.sgml index af9a864a2f7..bfef2ee37fc 100644 --- a/doc/src/sgml/ref/begin.sgml +++ b/doc/src/sgml/ref/begin.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/begin.sgml,v 1.35 2007/01/31 23:26:02 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/begin.sgml,v 1.36 2007/05/15 19:43:51 neilc Exp $ PostgreSQL documentation --> @@ -133,8 +133,8 @@ BEGIN; <command>BEGIN</command> is a <productname>PostgreSQL</productname> language extension. It is equivalent to the SQL-standard command <xref linkend="sql-start-transaction" - endterm="sql-start-transaction-title">, which see for additional - compatibility information. + endterm="sql-start-transaction-title">, whose reference page + contains additional compatibility information. </para> <para> |