projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2364928
)
Add mention of foreign key dependency and SERIAL in 7.2 data restores.
author
Bruce Momjian
Wed, 28 Aug 2002 20:17:44 +0000
(20:17 +0000)
committer
Bruce Momjian
Wed, 28 Aug 2002 20:17:44 +0000
(20:17 +0000)
Note can probably be removed after a couple of releases.
Rod Taylor
doc/src/sgml/ddl.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ddl.sgml
b/doc/src/sgml/ddl.sgml
index 2a1d15706eb4d32b734c44b00a767048029aeced..49fb9784b155671ed544288bb1e07c32bc6f5114 100644
(file)
--- a/
doc/src/sgml/ddl.sgml
+++ b/
doc/src/sgml/ddl.sgml
@@
-1,4
+1,4
@@
-
+
Data Definition
@@
-987,6
+987,15
@@
DROP TABLE products CASCADE;
the defaults might be different.
+
+
+
+ Foreign Key constraint dependencies and SERIAL dependencies from
+
PostgreSQL
versions prior to 7.3 are
+
not
maintained or created during the upgrade
+ process. However, all other dependency types are created successfully.
+
+