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
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 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
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
> 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