Document that only user-defined columns are expanded by SELECT *.
authorBruce Momjian <bruce@momjian.us>
Sat, 10 Sep 2011 14:45:55 +0000 (10:45 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 10 Sep 2011 14:45:55 +0000 (10:45 -0400)
doc/src/sgml/queries.sgml

index 7ca640e6975e55a5feb37c972c85dae36030aca9..a3dadbef891df46e23231e88608e42bfc4a6101e 100644 (file)
@@ -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