Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 90108c9

Browse files
committed
Document that only user-defined columns are expanded by SELECT *.
1 parent c79003e commit 90108c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/queries.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
SELECT * FROM table1;
4242
</programlisting>
4343
Assuming that there is a table called <literal>table1</literal>,
44-
this command would retrieve all rows and all columns from
44+
this command would retrieve all rows and all user-defined columns from
4545
<literal>table1</literal>. (The method of retrieval depends on the
4646
client application. For example, the
4747
<application>psql</application> program will display an ASCII-art

0 commit comments

Comments
 (0)