Commit 90108c9a authored by Bruce Momjian's avatar Bruce Momjian

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

parent c79003ea
...@@ -41,7 +41,7 @@ ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment