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-createtableas.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/src/sgml/html/sql-createtableas.html') diff --git a/doc/src/sgml/html/sql-createtableas.html b/doc/src/sgml/html/sql-createtableas.html index 67e975a..b5375d5 100644 --- a/doc/src/sgml/html/sql-createtableas.html +++ b/doc/src/sgml/html/sql-createtableas.html @@ -1,5 +1,5 @@ -CREATE TABLE AS

CREATE TABLE AS

CREATE TABLE AS — define a new table from the results of a query

Synopsis

+CREATE TABLE AS

CREATE TABLE AS

CREATE TABLE AS — define a new table from the results of a query

Synopsis

 CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] table_name
     [ (column_name [, ...] ) ]
     [ USING method ]
@@ -145,4 +145,4 @@ CREATE TEMP TABLE films_recent ON COMMIT DROP AS
       The PostgreSQL concept of tablespaces is not
       part of the standard.  Hence, the clause TABLESPACE
       is an extension.
-     

\ No newline at end of file +

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