From: Bruce Momjian Date: Sat, 10 Sep 2011 14:45:55 +0000 (-0400) Subject: Document that only user-defined columns are expanded by SELECT *. X-Git-Tag: REL9_2_BETA1~1104 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=90108c9aab51840a0fa7bcb11a2da09204d5b003;p=thirdparty%2Fpostgresql.git Document that only user-defined columns are expanded by SELECT *. --- 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; Assuming that there is a table called table1, - this command would retrieve all rows and all columns from + this command would retrieve all rows and all user-defined columns from table1. (The method of retrieval depends on the client application. For example, the psql program will display an ASCII-art