1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-19 17:02:53 +03:00

Fix a bunch of bad grammar in the docs: "<link>, which see for more

information" is un-good English.
This commit is contained in:
Neil Conway
2007-05-15 19:43:51 +00:00
parent 79ba540b78
commit dfcf99bf93
9 changed files with 24 additions and 27 deletions

View File

@@ -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>