diff options
author | Bruce Momjian | 2009-04-27 16:27:36 +0000 |
---|---|---|
committer | Bruce Momjian | 2009-04-27 16:27:36 +0000 |
commit | ba36c48e39747678412d48bcbf6ed14cb2dc8ddf (patch) | |
tree | 2b4732346ff27c20b3ec0bc073c60aae86a6f751 /doc/src/sgml/postgres.sgml | |
parent | 23a9ac618e87ec1ef07a1901b62d3823d97e8cdd (diff) |
Proofreading adjustments for first two parts of documentation (Tutorial
and SQL).
Diffstat (limited to 'doc/src/sgml/postgres.sgml')
-rw-r--r-- | doc/src/sgml/postgres.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/postgres.sgml b/doc/src/sgml/postgres.sgml index 041bcfa7322..296ad5bb947 100644 --- a/doc/src/sgml/postgres.sgml +++ b/doc/src/sgml/postgres.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.86 2008/05/07 16:36:43 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/postgres.sgml,v 1.87 2009/04/27 16:27:36 momjian Exp $ --> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.2//EN" [ @@ -78,7 +78,7 @@ chapters individually as they choose. The information in this part is presented in a narrative fashion in topical units. Readers looking for a complete description of a particular command - should look into <xref linkend="reference">. + should see <xref linkend="reference">. </para> <para> @@ -127,14 +127,14 @@ self-contained and can be read individually as desired. The information in this part is presented in a narrative fashion in topical units. Readers looking for a complete description of a - particular command should look into <xref linkend="reference">. + particular command should see <xref linkend="reference">. </para> <para> - The first few chapters are written so that they can be understood - without prerequisite knowledge, so that new users who need to set + The first few chapters are written so they can be understood + without prerequisite knowledge, so new users who need to set up their own server can begin their exploration with this part. - The rest of this part is about tuning and management; that material + The rest of this part is about tuning and management; the material assumes that the reader is familiar with the general use of the <productname>PostgreSQL</> database system. Readers are encouraged to look at <xref linkend="tutorial"> and <xref |