Bruce Momjian <[EMAIL PROTECTED]> writes: > This feature will appear in 7.2: > test=> create view aaa (x) as select relname from pg_class; It's already there in 7.1. IIRC, the real problem was that Jefim was trying to use a reserved word as a column name. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]
- [BUGS] create view bug Jefim Matskin
- Re: [BUGS] create view bug Tom Lane
- Re: [BUGS] create view bug Tom Lane
- Re: [BUGS] create view bug Tom Lane
- Re: [BUGS] create view bug Bruce Momjian