From: Bruce Momjian Date: Fri, 16 Nov 2007 17:22:21 +0000 (+0000) Subject: Fix a few mentions of "Postgres" that slipped into the release notes. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5f54fd86cf0d805af4f6600be256dc4d8a13faac;p=users%2Fbernd%2Fpostgres.git Fix a few mentions of "Postgres" that slipped into the release notes. --- diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 0693d23338..e910c009bf 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -2190,7 +2190,7 @@ substr(current_date::text, 1, 1); - Fix PGXS so extensions can be built against Postgres + Fix PGXS so extensions can be built against PostgreSQL installations whose pg_config program does not appear first in the PATH (Tom) @@ -2237,7 +2237,7 @@ substr(current_date::text, 1, 1); Move /contrib README content into the - main PostgresSQL documentation (Albert Cervera i + main PostgreSQL documentation (Albert Cervera i Areny) @@ -2331,7 +2331,7 @@ substr(current_date::text, 1, 1); - The new XML support in core Postgres supersedes this module. + The new XML support in core PostgreSQL supersedes this module.