| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | Thomas Kellerer <spam_eater(at)gmx(dot)net> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Documentation enhancement |
| Date: | 2011-02-01 22:18:00 |
| Message-ID: | 201102012218.p11MI1m26388@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Thomas Kellerer wrote:
> Hi,
>
> I would like to suggest to enhance the documentation of the CREATE VIEW
> statement.
>
> I think the fact that a "SELECT *" is internally stored as the expanded
> column list (valid at the time when the view was created) should be
> documented together with the CREATE VIEW statement. Especially because
> the example does use SELECT * to create the view.
Agreed. The attached, applied patch documents this behavior.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
| Attachment | Content-Type | Size |
|---|---|---|
| /rtmp/view.diff | text/x-diff | 613 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thom Brown | 2011-02-01 23:08:55 | Re: Issues with generate_series using integer boundaries |
| Previous Message | David Johnston | 2011-02-01 22:04:31 | Re: Windows to Linux PostgreSQL Migration |