Hello,

On Wed, 2017-08-23 at 17:23 +0200, Frank Foerster wrote:
> 
> 
> 
> But the created statement looks syntax-wise identical to the pgadmin-
> statement (except for the forced error of course):
> 
> select * from api_dev.add_texts_to_item( 444, array['PGADM1',
> 'PGADM2'] );
> 
> 
> 

I don't use python but the traditional way to call a function is:-

select api_dev.add_texts_to_item( 444, array['PGADM1','PGADM2'] );


HTH,
Rob


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to