From 00cbf22e8b24242c53a73b150e750083d6a06319 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 18 Oct 2008 07:49:46 +0000 Subject: [PATCH] Update compatibility section of TRUNCATE for SQL:2008 final. --- doc/src/sgml/ref/truncate.sgml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/ref/truncate.sgml b/doc/src/sgml/ref/truncate.sgml index f4ef810ce3..096b741a1a 100644 --- a/doc/src/sgml/ref/truncate.sgml +++ b/doc/src/sgml/ref/truncate.sgml @@ -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. -- 2.40.0