diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-11-16 17:22:21 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-11-16 17:22:21 +0000 |
commit | bb4a78c0708805591cf0d53d13805ff01d9c4a0d (patch) | |
tree | 4b1e8fcc92a8ff7ce5e0bc673b133b0a9c9b890a | |
parent | 2230944e307f2b549d055382beadc475634448fa (diff) |
Fix a few mentions of "Postgres" that slipped into the release notes.
-rw-r--r-- | doc/src/sgml/release.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 5fb4d615baa..6905fe67b63 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.541 2007/11/16 16:12:14 momjian Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.542 2007/11/16 17:22:21 momjian Exp $ --> <!-- Typical markup: @@ -2190,7 +2190,7 @@ substr(current_date::text, 1, 1); <listitem> <para> - Fix <acronym>PGXS</> so extensions can be built against Postgres + Fix <acronym>PGXS</> so extensions can be built against PostgreSQL installations whose <application>pg_config</> program does not appear first in the <varname>PATH</> (Tom) </para> @@ -2237,7 +2237,7 @@ substr(current_date::text, 1, 1); <listitem> <para> Move <filename>/contrib</> <filename>README</> content into the - main <productname>PostgresSQL</> documentation (Albert Cervera i + main <productname>PostgreSQL</> documentation (Albert Cervera i Areny) </para> </listitem> @@ -2331,7 +2331,7 @@ substr(current_date::text, 1, 1); </para> <para> - The new XML support in core Postgres supersedes this module. + The new XML support in core PostgreSQL supersedes this module. </para> </listitem> |