From: Thomas G. Lockhart Date: Wed, 12 May 1999 07:34:02 +0000 (+0000) Subject: Minor wording change. X-Git-Tag: REL6_5~264 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6a982fc6a78dca82d88520cbb1a2a23f981936ce;p=users%2Fc2main%2Fpostgres.git Minor wording change. --- diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml index 6a1373b8bb..9b49285b49 100644 --- a/doc/src/sgml/ref/select.sgml +++ b/doc/src/sgml/ref/select.sgml @@ -85,9 +85,10 @@ 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. - The new_table will - be created automatically and should not exist before this command. - Refer to SELECT INTO for more information. + The target table (new_table) will + be created automatically and should not exist before this command. + Refer to SELECT INTO for more information. + The CREATE TABLE AS statement will also