From e75d99818dd3940be997520e64db8c9e3b207e39 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 21 May 2024 07:05:26 +0200 Subject: Merging upstream version 15.7. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/sql-truncate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-truncate.html') diff --git a/doc/src/sgml/html/sql-truncate.html b/doc/src/sgml/html/sql-truncate.html index 3c6bc27..efbbb98 100644 --- a/doc/src/sgml/html/sql-truncate.html +++ b/doc/src/sgml/html/sql-truncate.html @@ -1,5 +1,5 @@ -TRUNCATE

TRUNCATE

TRUNCATE — empty a table or set of tables

Synopsis

+TRUNCATE

TRUNCATE

TRUNCATE — empty a table or set of tables

Synopsis

 TRUNCATE [ TABLE ] [ ONLY ] name [ * ] [, ... ]
     [ RESTART IDENTITY | CONTINUE IDENTITY ] [ CASCADE | RESTRICT ]
 

Description

@@ -116,4 +116,4 @@ TRUNCATE othertable CASCADE; 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. -

See Also

DELETE
\ No newline at end of file +

See Also

DELETE
\ No newline at end of file -- cgit v1.2.3