diff options
Diffstat (limited to 'doc/src/sgml/start.sgml')
-rw-r--r-- | doc/src/sgml/start.sgml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/sgml/start.sgml b/doc/src/sgml/start.sgml index 88a53f0efb..d10ad5b3c5 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.29 2003/03/25 16:15:38 petere Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/start.sgml,v 1.30 2003/06/24 23:26:46 momjian Exp $ --> <chapter id="tutorial-start"> @@ -255,6 +255,12 @@ createdb: database creation failed cannot be undone, so this should only be done with a great deal of forethought. </para> + + <para> + More about <command>createdb</command> and <command>dropdb</command> may + be found in <xref linkend="APP-CREATEDB"> and <xref linkend="APP-DROPDB"> + respectively. + </para> </sect1> |