Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08c1d4e

Browse files
committed
Reword exclusion constriants to mention that the operator can return
false or null, per Tom.
1 parent f1926c9 commit 08c1d4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.92 2010/04/03 07:22:53 petere Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/ddl.sgml,v 1.93 2010/04/06 02:18:04 momjian Exp $ -->
22

33
<chapter id="ddl">
44
<title>Data Definition</title>
@@ -861,7 +861,8 @@ CREATE TABLE order_items (
861861
<para>
862862
Exclusion constraints ensure that if any two rows are compared on
863863
the specified columns or expressions using the specified operators,
864-
at least one of these operator comparisons will be false. The syntax is:
864+
at least one of these operator comparisons will return false or null.
865+
The syntax is:
865866
<programlisting>
866867
CREATE TABLE circles (
867868
c circle,

0 commit comments

Comments
 (0)