From: Bruce Momjian Date: Tue, 24 Jun 2003 23:26:46 +0000 (+0000) Subject: Alter query.sgml to mention PostgreSQL as an ORDBMS. This falls in line X-Git-Tag: REL7_4_BETA1~340 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db57396c1ff7200e16608a74b3a3d9854afa2986;p=thirdparty%2Fpostgresql.git 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 --- diff --git a/doc/src/sgml/query.sgml b/doc/src/sgml/query.sgml index fe3490fb419..c22c541fae6 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 88a53f0efbe..d10ad5b3c5e 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. +