summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-09-18 20:43:03 +0000
committerBruce Momjian <bruce@momjian.us>2002-09-18 20:43:03 +0000
commitcc70ba2e4daa78ba99619770e19beb06de3dfd1c (patch)
tree509373afc13f492d71afe91081826b11c2ceb192 /HISTORY
parent9152bebfe468d5e4f4fdba3e1b9b03c9388d5ed9 (diff)
downloadpostgresql-cc70ba2e4daa78ba99619770e19beb06de3dfd1c.tar.gz
Add mention of /contrib/adddepend to HISTORY.
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1f9bdbc2a7..a6e74789ad 100644
--- 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