diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2002-10-24 17:48:54 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2002-10-24 17:48:54 +0000 |
| commit | 266a2805840ef37d12b3cc3fb67c09596c02f658 (patch) | |
| tree | 7b5751bcab539612a344f662e9ce9a31589b3daf /doc/src/sgml/start.sgml | |
| parent | b171f5956e0049d73a050aa2e0dd6de82d4bbe00 (diff) | |
| download | postgresql-266a2805840ef37d12b3cc3fb67c09596c02f658.tar.gz | |
Add introductory sections explaining what each book is about. Remove Y2K
statement.
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 b7eda72737..ca1550bd6e 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 |
