1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-30 06:01:21 +03:00

Alter query.sgml to mention PostgreSQL as an ORDBMS. This falls in line

with advocacy and 'portal' websites.

Link to createdb / dropdb from the tutorial page about create / dropdb.
A pair of notes were asking about more info...

Rod Taylor
This commit is contained in:
Bruce Momjian
2003-06-24 23:26:46 +00:00
parent 7f7919256a
commit db57396c1f
2 changed files with 10 additions and 4 deletions

View File

@@ -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>