projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb885dd
)
Update man page for select
author
Bruce Momjian
Mon, 10 May 1999 18:22:48 +0000
(18:22 +0000)
committer
Bruce Momjian
Mon, 10 May 1999 18:22:48 +0000
(18:22 +0000)
doc/src/sgml/ref/select.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/select.sgml
b/doc/src/sgml/ref/select.sgml
index d4c8356355af555ae71108d090f883822b5737a9..6a1373b8bbf4f9cee812f6da776224de4fc22ee4 100644
(file)
--- 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.