8000 Reword exclusion constriants to mention that the operator can return · xrg/postgres@e776ef6 · GitHub
[go: up one dir, main page]

Skip to content

Commit e776ef6

Browse files
committed
Reword exclusion constriants to mention that the operator can return
false or null, per Tom.
1 parent 7c34dde commit e776ef6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/ddl.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)
0