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