summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1999-05-10 18:22:48 +0000
committerBruce Momjian <bruce@momjian.us>1999-05-10 18:22:48 +0000
commit0b4fab42c3127a72e094a377e770b9b36bdfe03f (patch)
treea4aafc8ded6028035c9d3542cb220898cef44d84 /doc/src
parentbb885dd1a1bc4fc40d724461a838b6724226bc15 (diff)
Update man page for select
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/select.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/select.sgml b/doc/src/sgml/ref/select.sgml
index d4c8356355a..6a1373b8bbf 100644
--- a/doc/src/sgml/ref/select.sgml
+++ b/doc/src/sgml/ref/select.sgml
@@ -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>