PostgreSQL version 7.3.4
Quick question: With respect to a VIEW, why does PostgreSQL internally return all of the columns when, for example, the SELECT statement only requests say 2 out of 10 columns ?
Thanks in advance,Donald Fraser.