Add mention of foreign key dependency and SERIAL in 7.2 data restores.

Note can probably be removed after a couple of releases.

Rod Taylor
This commit is contained in:
Bruce Momjian 2002-08-28 20:17:44 +00:00
parent 2364928814
commit 1923816c37
1 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.1 2002/08/05 19:44:57 petere Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.2 2002/08/28 20:17:44 momjian Exp $ -->
<chapter id="ddl">
<title>Data Definition</title>
@ -987,6 +987,15 @@ DROP TABLE products CASCADE;
the defaults might be different.
</para>
</note>
<note>
<para>
Foreign Key constraint dependencies and SERIAL dependencies from
<productname>PostgreSQL</productname> versions prior to 7.3 are
<emphasis>not</emphasis> maintained or created during the upgrade
process. However, all other dependency types are created successfully.
</para>
</note>
</sect1>
</chapter>