Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db57396

Browse files
committed
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
1 parent 7f79192 commit db57396

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

doc/src/sgml/query.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.30 2003/03/25 16:15:38 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/query.sgml,v 1.31 2003/06/24 23:26:46 momjian Exp $
33
-->
44

55
<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
6161
<indexterm><primary>relation</primary></indexterm>
6262
<indexterm><primary>table</primary></indexterm>
6363

64-
<productname>PostgreSQL</productname> is a <firstterm>relational
65-
database management system</firstterm> (<acronym>RDBMS</acronym>).
64+
<productname>PostgreSQL</productname> is a <firstterm>object relational
65+
database management system</firstterm> (<acronym>ORDBMS</acronym>).
6666
That means it is a system for managing data stored in
6767
<firstterm>relations</firstterm>. Relation is essentially a
6868
mathematical term for <firstterm>table</firstterm>. The notion of

doc/src/sgml/start.sgml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/start.sgml,v 1.29 2003/03/25 16:15:38 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/start.sgml,v 1.30 2003/06/24 23:26:46 momjian Exp $
33
-->
44

55
<chapter id="tutorial-start">
@@ -255,6 +255,12 @@ createdb: database creation failed
255255
cannot be undone, so this should only be done with a great deal of
256256
forethought.
257257
</para>
258+
259+
<para>
260+
More about <command>createdb</command> and <command>dropdb</command> may
261+
be found in <xref linkend="APP-CREATEDB"> and <xref linkend="APP-DROPDB">
262+
respectively.
263+
</para>
258264
</sect1>
259265

260266

0 commit comments

Comments
 (0)