Re: The bugs are getting harder to find...

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Donald Fraser" <demolish(at)cwgsy(dot)net>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: The bugs are getting harder to find...
Date: 2002-12-20 08:31:34
Message-ID: 03AF4E498C591348A42FC93DEA9661B8128DBB@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

-----Original Message-----
From: Donald Fraser [mailto:demolish(at)cwgsy(dot)net]
Sent: 17 December 2002 16:54
To: pgadmin-support(at)postgresql(dot)org
Subject: [pgadmin-support] The bugs are getting harder to
find...


2)
Trigger functions that take parameters show up as ??????? and
not the text typed. For example CREATE TRIGGER trig_btrim_cap BEFORE
INSERT OR UPDATE ON public.tbl_country FOR EACH ROW EXECUTE PROCEDURE
btrim_cap('s_name'); is shown by pgAdmin as CREATE TRIGGER
trig_btrim_cap BEFORE INSERT OR UPDATE ON public.tbl_country FOR EACH
ROW EXECUTE PROCEDURE btrim_cap(??????? which is not what was
originally entered.
Obviously I have first created a function named btrim_cap:
CREATE FUNCTION public.btrim_cap() RETURNS trigger AS 'util_funcs.so'
LANGUAGE 'c' VOLATILE; I think pgAdmin is trying to do something smart
and recognise the data types for the functions available.

Hi Donald,

I found some time last night and this bug is now fixed as far as I can
tell. Please try the latest snapshot.

Regards, Dave.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Rafael Pivato 2002-12-20 13:33:37 unsubscribe
Previous Message Ana Claudia 2002-12-19 20:04:55 Bug on version 7.1.1- Duplicated Rows with same primary key