mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Document that only user-defined columns are expanded by SELECT *.
This commit is contained in:
parent
c79003ea4f
commit
90108c9aab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue