aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2011-09-10 10:45:55 -0400
committerBruce Momjian <bruce@momjian.us>2011-09-10 10:45:55 -0400
commit90108c9aab51840a0fa7bcb11a2da09204d5b003 (patch)
treecb3695e206ac02f3af950ffbf68f547ace87242c /doc/src
parentc79003ea4f2c40ac957457dbae24928ba255f280 (diff)
downloadpostgresql-90108c9aab51840a0fa7bcb11a2da09204d5b003.tar.gz
postgresql-90108c9aab51840a0fa7bcb11a2da09204d5b003.zip
Document that only user-defined columns are expanded by SELECT *.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/queries.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml
index 7ca640e6975..a3dadbef891 100644
--- 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