From db57396c1ff7200e16608a74b3a3d9854afa2986 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 24 Jun 2003 23:26:46 +0000 Subject: [PATCH] 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 --- doc/src/sgml/query.sgml | 6 +++--- doc/src/sgml/start.sgml | 8 +++++++- 2 files changed, 10 insertions(+), 4 deletions(-) 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. + -- 2.30.2