Fw: [pgadmin-support] Migration error: Provider not found

2003-07-31 Thread Hiroshi Saito
Dear sow. It was good.! It is transferred in the pgadmin-support record. - Original Message - From: "sow" <[EMAIL PROTECTED]> To: "Hiroshi Saito" <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2003 3:01 PM Subject: Re: [pgadmin-support] Migration error: Provider not found > Downloaded Je

Re: [pgadmin-support] Problem with plpython editing

2003-07-31 Thread Luigi Lumento
Thanks to Frank Lupo and Hiroshi Saito for modifying frmSQLInput.frm. Now it works good with writing plpython functions. However the problem still remains with frmFunction.frm. For this form to work with plpython we need to do the same work. I did try and works.This is the code. (Hope it doe

[pgadmin-support] pgAdmin III - bug with reverse engineered SQL with function indexes

2003-07-31 Thread Donald Fraser
pgAdmin III July 16th Build PostgreSQL 7.3.3   The reverse engineered SQL for indexes that use a function do not work. For example I create an index with the following command: CREATE UNIQUE INDEX tbl_security_fullname_key  ON tbl_security  USING btree (get_securityname_4idx(s_umbname, s_nam

Re: [pgadmin-support] pgAdmin III - bug with reverse engineered SQL

2003-07-31 Thread Andreas Pflug
Donald Fraser wrote: pgAdmin III July 16th Build PostgreSQL 7.3.3 The reverse engineered SQL for indexes that use a function do not work. For example I create an index with the following command: CREATE UNIQUE INDEX tbl_security_fullname_key ON tbl_security USING btree (get_securityname_4idx

Re: [pgadmin-support] pgAdmin III - bug with reverse engineered SQL with function indexes

2003-07-31 Thread Donald Fraser
> Donald Fraser wrote: > > > pgAdmin III July 16th Build > > PostgreSQL 7.3.3 > > > > The reverse engineered SQL for indexes that use a function do not work. > > For example I create an index with the following command: > > CREATE UNIQUE INDEX tbl_security_fullname_key > > ON tbl_security > > U