Minor wording change.
authorThomas G. Lockhart
Wed, 12 May 1999 07:34:02 +0000 (07:34 +0000)
committerThomas G. Lockhart
Wed, 12 May 1999 07:34:02 +0000 (07:34 +0000)
doc/src/sgml/ref/select.sgml

index 6a1373b8bbf4f9cee812f6da776224de4fc22ee4..9b49285b497e03e73ba8959d7866f27ca3e9d475 100644 (file)
@@ -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