8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1926c9 commit 08c1d4eCopy full SHA for 08c1d4e
doc/src/sgml/ddl.sgml
@@ -1,4 +1,4 @@
1
-<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.92 2010/04/03 07:22:53 petere Exp $ -->
+<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.93 2010/04/06 02:18:04 momjian Exp $ -->
2
3
<chapter id="ddl">
4
<title>Data Definition</title>
@@ -861,7 +861,8 @@ CREATE TABLE order_items (
861
<para>
862
Exclusion constraints ensure that if any two rows are compared on
863
the specified columns or expressions using the specified operators,
864
- at least one of these operator comparisons will be false. The syntax is:
+ at least one of these operator comparisons will return false or null.
865
+ The syntax is:
866
<programlisting>
867
CREATE TABLE circles (
868
c circle,
0 commit comments