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:
@ -41,7 +41,7 @@
|
|||||||
SELECT * FROM table1;
|
SELECT * FROM table1;
|
||||||
</programlisting>
|
</programlisting>
|
||||||
Assuming that there is a table called <literal>table1</literal>,
|
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
|
<literal>table1</literal>. (The method of retrieval depends on the
|
||||||
client application. For example, the
|
client application. For example, the
|
||||||
<application>psql</application> program will display an ASCII-art
|
<application>psql</application> program will display an ASCII-art
|
||||||
|
Reference in New Issue
Block a user