1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Document that only user-defined columns are expanded by SELECT *.

This commit is contained in:
Bruce Momjian
2011-09-10 10:45:55 -04:00
parent c79003ea4f
commit 90108c9aab

View 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