From: Bruce Momjian Date: Tue, 26 Nov 2002 05:17:27 +0000 (+0000) Subject: Fix typo in release notes. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=95921d66b9286e6b9d9bce1ec228be4582e1a258;p=users%2Fbernd%2Fpostgres.git Fix typo in release notes. --- diff --git a/HISTORY b/HISTORY index 383416dc1e..a6775fa18d 100644 --- a/HISTORY +++ b/HISTORY @@ -85,7 +85,7 @@ Migration to version 7.3 * Pre-7.3 databases loaded into 7.3 will not have the new object dependencies for serial columns, unique constraints, and foreign keys. See the directory "contrib/adddepend/" for a detailed - description and a script that will add the such dependencies. + description and a script that will add such dependencies. _________________________________________________________________ Changes