Alter query.sgml to mention PostgreSQL as an ORDBMS. This falls in line
authorBruce Momjian
Tue, 24 Jun 2003 23:26:46 +0000 (23:26 +0000)
committerBruce Momjian
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 fe3490fb41936f476b4556ef59a0dce7975fc9ae..c22c541fae607bfa644b2b8eb30427cbbf47b9f6 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -61,8 +61,8 @@ $Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.30 2003/03/25 16:15:38 peter
     relation
     table
 
-    PostgreSQL is a relational
-    database management system (RDBMS).
+    PostgreSQL is a object relational
+    database management system (ORDBMS).
     That means it is a system for managing data stored in
     relations.  Relation is essentially a
     mathematical term for table.  The notion of
index 88a53f0efbea8b9e3d85adf17edd63fb0ee34ba3..d10ad5b3c5e9b27b9c8194c37a6c23920db94d87 100644 (file)
@@ -1,5 +1,5 @@
 
 
  
@@ -255,6 +255,12 @@ createdb: database creation failed
     cannot be undone, so this should only be done with a great deal of
     forethought.
    
+
+   
+    More about createdb and dropdb may
+    be found in  and 
+    respectively.
+