Update compatibility section of TRUNCATE for SQL:2008 final.
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 18 Oct 2008 07:49:46 +0000 (07:49 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 18 Oct 2008 07:49:46 +0000 (07:49 +0000)
doc/src/sgml/ref/truncate.sgml

index 2e9acfc8107695b77f1a45733ed81bd3b25ddc6b..f6034a2f8f68b0e8cd219b2b570c68ba6d4aaef6 100644 (file)
@@ -211,10 +211,13 @@ TRUNCATE othertable CASCADE;
   <title>Compatibility</title>
 
   <para>
-   The draft SQL:2008 standard includes a <command>TRUNCATE</command> command,
-   but at this writing it is uncertain whether that will reach standardization
-   or be fully compatible with <productname>PostgreSQL</productname>'s
-   implementation.
+   The SQL:2008 standard includes a <command>TRUNCATE</command> command with the syntax
+   <literal>TRUNCATE TABLE <replaceable>tablename</replaceable></literal>.
+   The clauses <literal>CONTINUE IDENTITY</literal>/<literal>RESTART IDENTITY</literal>
+   also appear in that standard but have slightly different but related meanings.
+   Some of the concurrency behavior of this command is left implementation-defined
+   by the standard, so the above notes should be considered and compared with
+   other implementations if necessary.
   </para>
  </refsect1>
 </refentry>