diff --git a/doc/src/sgml/query.sgml b/doc/src/sgml/query.sgml index fe3490fb41..c22c541fae 100644 --- a/doc/src/sgml/query.sgml +++ b/doc/src/sgml/query.sgml @@ -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 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 @@ @@ -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. +