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

Commit674818d

Browse files
committed
This patch corrects a minor mis-statement in the CREATE DOMAIN docs,
pointed out by Chris KL on -hackers a little while ago -- NOT NULL !=CHECK xxx IS NOT NULL.Neil Conway
1 parentda395b5 commit674818d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎doc/src/sgml/ref/create_domain.sgml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.5 2002/04/23 02:07:15tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.6 2002/09/20 03:39:15momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -108,9 +108,7 @@ where <replaceable class="PARAMETER">constraint</replaceable> is:
108108
<term><literal>NOT NULL</></term>
109109
<listitem>
110110
<para>
111-
Values of this domain are not allowed to be NULL. This is
112-
equivalent to the column constraint <literal>CHECK (<replaceable
113-
class="PARAMETER">column</replaceable> NOT NULL)</literal>.
111+
Values of this domain are not allowed to be NULL.
114112
</para>
115113
</listitem>
116114
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp