Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit08c1d4e

Browse files
committed
Reword exclusion constriants to mention that the operator can return
false or null, per Tom.
1 parentf1926c9 commit08c1d4e

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)

[8]ページ先頭

©2009-2025 Movatter.jp