Re: [GENERAL] Documentation enhancement

2011-02-01 Thread Bruce Momjian
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 CR

[GENERAL] Documentation enhancement

2010-09-28 Thread Thomas Kellerer
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 bec