Commit 1923816c authored by Bruce Momjian's avatar Bruce Momjian

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
parent 23649288
<!-- $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"> <chapter id="ddl">
<title>Data Definition</title> <title>Data Definition</title>
...@@ -987,6 +987,15 @@ DROP TABLE products CASCADE; ...@@ -987,6 +987,15 @@ DROP TABLE products CASCADE;
the defaults might be different. the defaults might be different.
</para> </para>
</note> </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> </sect1>
</chapter> </chapter>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment