projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9152beb
)
Add mention of /contrib/adddepend to HISTORY.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 18 Sep 2002 20:43:03 +0000
(20:43 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 18 Sep 2002 20:43:03 +0000
(20:43 +0000)
HISTORY
patch
|
blob
|
blame
|
history
diff --git
a/HISTORY
b/HISTORY
index 1f9bdbc2a7e78cc608b30ca7251dbc464c319928..a6e74789add1cc0d06f1012f7078367d71fa6785 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