Skip to content

Commit a2d3698

Browse files
committed
Spell Postgres Pro with space in the documentation. Replaced Postgres Pro with PostgreSQL in the bibliography
1 parent 6ff465a commit a2d3698

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/src/sgml/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ endif
103103
ifeq ($(PGPRO_PACKAGE_NAME),)
104104
PRODUCT_NAME=$(PACKAGE_NAME)
105105
else
106-
PRODUCT_NAME=$(PGPRO_PACKAGE_NAME)
106+
PRODUCT_NAME="Postgres Pro"
107107
endif
108108

109109
# The draft target creates HTML output in draft mode, without index (for faster build).

doc/src/sgml/biblio.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<para>
77
Selected references and readings for <acronym>SQL</acronym>
8-
and <productname>&productname;</productname>.
8+
and <productname>PostgreSQL</productname>.
99
</para>
1010

1111
<para>
@@ -164,11 +164,11 @@
164164
</bibliodiv>
165165

166166
<bibliodiv>
167-
<title>&productname;-specific Documentation</title>
167+
<title>PostgreSQL-specific Documentation</title>
168168
<para>This section is for related documentation.</para>
169169

170170
<biblioentry id="SIM98">
171-
<title>Enhancement of the ANSI SQL Implementation of &productname;</title>
171+
<title>Enhancement of the ANSI SQL Implementation of PostgreSQL</title>
172172
<titleabbrev>Simkovics, 1998</titleabbrev>
173173
<authorgroup>
174174
<author>
@@ -199,7 +199,7 @@ ssimkovi@ag.or.at
199199
<para>
200200
Discusses SQL history and syntax, and describes the addition of
201201
<literal>INTERSECT</> and <literal>EXCEPT</> constructs into
202-
<productname>&productname;</productname>. Prepared as a Master's
202+
<productname>PostgreSQL</productname>. Prepared as a Master's
203203
Thesis with the support of O. Univ. Prof. Dr. Georg Gottlob and
204204
Univ. Ass. Mag. Katrin Seyr at Vienna University of Technology.
205205
</para>

0 commit comments

Comments
 (0)