Re: [pgadmin-support] Bug for view with rules

2002-12-23 Thread Dave Page
Dave. -Original Message-From: Donald Fraser [mailto:[EMAIL PROTECTED]] Sent: 23 December 2002 14:22To: [EMAIL PROTECTED]Subject: [pgadmin-support] Bug for view with rules Hi Dave, thanks for the latest fix.   Have spent all morning creating the situation for a

Re: [pgadmin-support] Bug for view with rules

2002-12-23 Thread Dave Page
Title: Message Thanks Donald. I'll take a look into this when I get a minute. Have a great Christmas.   Regards, Dave. -Original Message-From: Donald Fraser [mailto:[EMAIL PROTECTED]] Sent: 23 December 2002 14:22To: [EMAIL PROTECTED]Subject: [pgadmin-support] Bu

[pgadmin-support] Bug for view with rules

2002-12-23 Thread Donald Fraser
Hi Dave, thanks for the latest fix.   Have spent all morning creating the situation for a view that causes a crash - here it is...   First create a simple table such as:   CREATE TABLE public.tbl_catchbug ( id int4, s_sometext text ) WITHOUT OIDS; GRANT ALL ON TABLE public.tbl_catchbug TO