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

Commit00cbf22

Browse files
committed
Update compatibility section of TRUNCATE for SQL:2008 final.
1 parentc6d05f8 commit00cbf22

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

‎doc/src/sgml/ref/truncate.sgml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.28 2008/09/08 00:47:40 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/truncate.sgml,v 1.29 2008/10/18 07:49:46 petere Exp $
33
PostgreSQL documentation
44
-->
55

@@ -211,10 +211,13 @@ TRUNCATE othertable CASCADE;
211211
<title>Compatibility</title>
212212

213213
<para>
214-
The draft SQL:2008 standard includes a <command>TRUNCATE</command> command,
215-
but at this writing it is uncertain whether that will reach standardization
216-
or be fully compatible with <productname>PostgreSQL</productname>'s
217-
implementation.
214+
The SQL:2008 standard includes a <command>TRUNCATE</command> command with the syntax
215+
<literal>TRUNCATE TABLE <replaceable>tablename</replaceable></literal>.
216+
The clauses <literal>CONTINUE IDENTITY</literal>/<literal>RESTART IDENTITY</literal>
217+
also appear in that standard but have slightly different but related meanings.
218+
Some of the concurrency behavior of this command is left implementation-defined
219+
by the standard, so the above notes should be considered and compared with
220+
other implementations if necessary.
218221
</para>
219222
</refsect1>
220223
</refentry>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp