1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Fix typo in release notes.

This commit is contained in:
Bruce Momjian
2002-11-26 05:17:27 +00:00
parent 805acc16b8
commit 94b821f0e4

View File

@ -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