Re: [BUGS] BUG #5910: Function pg_get_expr throwing error for non superuser

2011-03-03 Thread Heikki Linnakangas
On 03.03.2011 10:59, tushar wrote: Pls refer this below scenario PG 8.4.4:- = connect to non superuser :- postgres=# \c - t psql (8.4.4) You are now connected to database "postgres" as user "t". postgres=> select pg_get_expr('a',null); pg_get_expr - (1 row) It was an

[BUGS] BUG #5910: Function pg_get_expr throwing error for non superuser

2011-03-03 Thread tushar
The following bug has been logged online: Bug reference: 5910 Logged by: tushar Email address: tushar...@gmail.com PostgreSQL version: 9.0.2 Operating system: RHEL-5 32 bit Description:Function pg_get_expr throwing error for non superuser Details: Pls refer this be