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

Commit4bcd3b4

Browse files
committed
Here's a patch that adds some text mentioning that
RESTRICT is not deferrable to the create table referencepage.Stephan Szabo
1 parentf719f0f commit4bcd3b4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎doc/src/sgml/ref/create_table.sgml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.73 2003/11/01 01:56:29 petere Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/ref/create_table.sgml,v 1.74 2003/11/12 04:08:07 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -439,7 +439,9 @@ and <replaceable class="PARAMETER">table_constraint</replaceable> is:
439439
<term><literal>RESTRICT</literal></term>
440440
<listitem>
441441
<para>
442-
Same as <literal>NO ACTION</literal>.
442+
Same as <literal>NO ACTION</literal> except that this action
443+
will not be deferred even if the rest of the constraint is
444+
deferrable and deferred.
443445
</para>
444446
</listitem>
445447
</varlistentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp