diff options
Diffstat (limited to 'doc/src/sgml/intro.sgml')
-rw-r--r-- | doc/src/sgml/intro.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/intro.sgml b/doc/src/sgml/intro.sgml index 642c8ffcb2..7ebece6153 100644 --- a/doc/src/sgml/intro.sgml +++ b/doc/src/sgml/intro.sgml @@ -44,7 +44,7 @@ $Header$ 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$ </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> |