From 90108c9aab51840a0fa7bcb11a2da09204d5b003 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 10 Sep 2011 10:45:55 -0400 Subject: [PATCH] Document that only user-defined columns are expanded by SELECT *. --- doc/src/sgml/queries.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index 7ca640e697..a3dadbef89 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 -- GitLab