diff options
Diffstat (limited to 'doc/src/sgml/start.sgml')
-rw-r--r-- | doc/src/sgml/start.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index b7eda72737c..ca1550bd6e5 100644 --- a/doc/src/sgml/start.sgml +++ b/doc/src/sgml/start.sgml @@ -1,5 +1,5 @@ <!-- -$Header: /cvsroot/pgsql/doc/src/sgml/start.sgml,v 1.25 2002/10/20 05:05:46 tgl Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/start.sgml,v 1.26 2002/10/24 17:48:54 petere Exp $ --> <chapter id="tutorial-start"> @@ -31,7 +31,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/start.sgml,v 1.25 2002/10/20 05:05:46 tgl E <para> If you are installing <productname>PostgreSQL</productname> - yourself, then refer to &cite-admin; + yourself, then refer to the &cite-admin; for instructions on installation, and return to this guide when the installation is complete. Be sure to follow closely the section about setting up the appropriate environment @@ -292,7 +292,7 @@ createdb: database creation failed <para> Writing a custom application, using one of the several available language bindings. These possibilities are discussed - further in &cite-programmer;. + further in the &cite-programmer;. </para> </listitem> </itemizedlist> @@ -391,7 +391,7 @@ mydb=# command shell. (For more internal commands, type <literal>\?</literal> at the <command>psql</command> prompt.) The full capabilities of <command>psql</command> are documented in - &cite-reference;. If <productname>PostgreSQL</> is + the &cite-reference;. If <productname>PostgreSQL</> is installed correctly you can also type <literal>man psql</literal> at the operating system shell prompt to see the documentation. In this tutorial we will not use these features explicitly, but you |