]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Update man page for select
authorBruce Momjian <bruce@momjian.us>
Mon, 10 May 1999 18:22:48 +0000 (18:22 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 10 May 1999 18:22:48 +0000 (18:22 +0000)
doc/src/sgml/ref/select.sgml

index d4c8356355af555ae71108d090f883822b5737a9..6a1373b8bbf4f9cee812f6da776224de4fc22ee4 100644 (file)
@@ -85,8 +85,8 @@ SELECT [ALL|DISTINCT [ON <replaceable class="PARAMETER">column</replaceable>] ]
        If the INTO TABLE clause is specified, the result of the
        query will be stored in another table with the indicated
        name.
-       If <replaceable class="PARAMETER">new_table</replaceable> does
-       not exist, it will be created automatically.
+        The <replaceable class="PARAMETER">new_table</replaceable> will
+        be created automatically and should not exist before this command.
        Refer to <command>SELECT INTO</command> for more information.
        <note>
         <para>