OSDN Git Service

Add mention of /contrib/adddepend to HISTORY.
authorBruce Momjian <bruce@momjian.us>
Wed, 18 Sep 2002 20:43:03 +0000 (20:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 18 Sep 2002 20:43:03 +0000 (20:43 +0000)
HISTORY

diff --git a/HISTORY b/HISTORY
index 1f9bdbc..a6e7478 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -95,6 +95,11 @@ Migration to version 7.3
 
      * TIMESTAMP and TIME data types now default to WITHOUT TIMEZONE
 
+     * Pre-7.3 databases loaded into 7.3 will not have the new object
+       dependencies for SERIAL, UNIQUE contraints, and foreign keys. See
+       /contrib/adddepend for a detailed description and a script that
+       will add the such dependencies.
+
      ----------------------------------------------------------------------
 
 Changes