projects
/
users
/
kgrittn
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c79003e
)
Document that only user-defined columns are expanded by SELECT *.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 10 Sep 2011 14:45:55 +0000
(10:45 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 10 Sep 2011 14:45:55 +0000
(10:45 -0400)
doc/src/sgml/queries.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/queries.sgml
b/doc/src/sgml/queries.sgml
index 7ca640e6975e55a5feb37c972c85dae36030aca9..a3dadbef891df46e23231e88608e42bfc4a6101e 100644
(file)
--- a/
doc/src/sgml/queries.sgml
+++ b/
doc/src/sgml/queries.sgml
@@
-41,7
+41,7
@@
SELECT * FROM table1;
</programlisting>
Assuming that there is a table called <literal>table1</literal>,
- this command would retrieve all rows and all columns from
+ this command would retrieve all rows and all
user-defined
columns from
<literal>table1</literal>. (The method of retrieval depends on the
client application. For example, the
<application>psql</application> program will display an ASCII-art