1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00
This commit is contained in:
Bruce Momjian
2000-04-08 02:44:55 +00:00
parent b99cdde0d7
commit 75b5915b43

View File

@ -1,5 +1,5 @@
<!-- <!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.18 2000/03/27 17:14:42 thomas Exp $ $Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.19 2000/04/08 02:44:55 momjian Exp $
Postgres documentation Postgres documentation
--> -->
@ -1001,7 +1001,7 @@ ERROR: Cannot insert a duplicate key into a unique index.
<para> <para>
<productname>Postgres</productname> now <productname>Postgres</productname> now
supports FOREIGN KEY supports FOREIGN KEY
integrity constraints (new for release 7.0). integrity constraints
</para> </para>
</note> </note>
</refsect2> </refsect2>