Re: [BUGS] BUG #7658: the result of pg_get_viewdef can NOT execute directly

2012-11-14 Thread Tom Lane
zoulx1...@163.com writes: > postgres=# create table t1(a int, b int); > CREATE TABLE > postgres=# create table t2(c int, d int); > CREATE TABLE > postgres=# create view v as select * from t1 t where a in (select a from t2 > t); > CREATE VIEW > postgres=# select pg_get_viewdef('v'); >

[BUGS] BUG #7658: the result of pg_get_viewdef can NOT execute directly

2012-11-14 Thread zoulx1982
The following bug has been logged on the website: Bug reference: 7658 Logged by: ZouLixian Email address: zoulx1...@163.com PostgreSQL version: 9.2.0 Operating system: Linux Description: postgres=# postgres=# select version();