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

index f4ef810ce311be0907157ae615e0fd04c5b8f8b8..096b741a1a58ca1c61a4c72039dfbe61b12529bf 100644 (file)
@@ -1,5 +1,5 @@
 
 
@@ -211,10 +211,13 @@ TRUNCATE othertable CASCADE;
   Compatibility
 
   
-   The draft SQL:2008 standard includes a TRUNCATE command,
-   but at this writing it is uncertain whether that will reach standardization
-   or be fully compatible with PostgreSQL's
-   implementation.
+   The SQL:2008 standard includes a TRUNCATE command with the syntax
+   TRUNCATE TABLE tablename.
+   The clauses CONTINUE IDENTITY/RESTART IDENTITY
+   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.