summaryrefslogtreecommitdiff
path: root/doc/src/sgml/intro.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/intro.sgml')
-rw-r--r--doc/src/sgml/intro.sgml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/intro.sgml b/doc/src/sgml/intro.sgml
index 55699985a5..070b3215cf 100644
--- a/doc/src/sgml/intro.sgml
+++ b/doc/src/sgml/intro.sgml
@@ -1,5 +1,5 @@
<!--
-$Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.16 2001/10/09 18:46:00 petere Exp $
+$Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.17 2001/11/21 05:53:41 thomas Exp $
-->
<preface id="preface">
@@ -44,7 +44,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.16 2001/10/09 18:46:00 peter
models in part because of its <quote>Spartan simplicity</quote>.
However, as mentioned, this simplicity often makes the
implementation of certain applications very difficult.
- <productname>Postgres</productname> offers substantial additional
+ <productname>PostgreSQL</productname> offers substantial additional
power by incorporating the following additional
concepts in such a way that users can easily
extend the system:
@@ -82,16 +82,16 @@ $Header: /cvsroot/pgsql/doc/src/sgml/intro.sgml,v 1.16 2001/10/09 18:46:00 peter
</para>
<para>
- These features put <productname>Postgres</productname> into the
+ These features put <productname>PostgreSQL</productname> into the
category of databases referred to as
<firstterm>object-relational</firstterm>. Note that this is distinct
from those referred to as <firstterm>object-oriented</firstterm>,
which in general are not as well suited to supporting the
traditional relational database languages.
- So, although <productname>Postgres</productname> has some
+ So, although <productname>PostgreSQL</productname> has some
object-oriented features, it is firmly in the relational database
world. In fact, some commercial databases have recently
- incorporated features pioneered by <productname>Postgres</productname>.
+ incorporated features pioneered by <productname>PostgreSQL</productname>.
</para>
</sect1>