1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-21 05:21:08 +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,4 +1,4 @@
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.74 2007/05/03 15:05:56 neilc Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.75 2007/05/15 19:43:50 neilc Exp $ -->
<chapter id="ddl">
<title>Data Definition</title>
@@ -1095,7 +1095,8 @@ CREATE TABLE order_items (
All these actions are performed using the
<xref linkend="sql-altertable" endterm="sql-altertable-title">
command, which see for details beyond those given here.
command, whose reference page contains details beyond those given
here.
</para>
<sect2>