From: Bruce Momjian Date: Mon, 10 May 1999 18:22:48 +0000 (+0000) Subject: Update man page for select X-Git-Tag: REL6_5~277 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0b4fab42c3127a72e094a377e770b9b36bdfe03f;p=users%2Fhanada%2Fpostgres.git Update man page for select --- diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index d4c8356355..6a1373b8bb 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -85,8 +85,8 @@ SELECT [ALL|DISTINCT [ON column] ] If the INTO TABLE clause is specified, the result of the query will be stored in another table with the indicated name. - If new_table does - not exist, it will be created automatically. + The new_table will + be created automatically and should not exist before this command. Refer to SELECT INTO for more information.