OSDN Git Service

Alter query.sgml to mention PostgreSQL as an ORDBMS. This falls in line
authorBruce Momjian <bruce@momjian.us>
Tue, 24 Jun 2003 23:26:46 +0000 (23:26 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 24 Jun 2003 23:26:46 +0000 (23:26 +0000)
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

doc/src/sgml/query.sgml
doc/src/sgml/start.sgml

index fe3490f..c22c541 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.30 2003/03/25 16:15:38 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.31 2003/06/24 23:26:46 momjian Exp $
 -->
 
  <chapter id="tutorial-sql">
@@ -61,8 +61,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.30 2003/03/25 16:15:38 peter
     <indexterm><primary>relation</primary></indexterm>
     <indexterm><primary>table</primary></indexterm>
 
-    <productname>PostgreSQL</productname> is a <firstterm>relational
-    database management system</firstterm> (<acronym>RDBMS</acronym>).
+    <productname>PostgreSQL</productname> is a <firstterm>object relational
+    database management system</firstterm> (<acronym>ORDBMS</acronym>).
     That means it is a system for managing data stored in
     <firstterm>relations</firstterm>.  Relation is essentially a
     mathematical term for <firstterm>table</firstterm>.  The notion of
index 88a53f0..d10ad5b 100644 (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>