Re: [GENERAL] Function not inserting rows - Mailing list pgsql-general

From rob stone
Subject Re: [GENERAL] Function not inserting rows
Date
Msg-id 1503505947.5124.5.camel@gmail.com
Whole thread Raw
In response to [GENERAL] Function not inserting rows  (Frank Foerster <ivaypoint@gmail.com>)
List pgsql-general
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


pgsql-general by date:

Previous
From: ivay
Date:
Subject: Re: [GENERAL] Function not inserting rows
Next
From: Stephen Frost
Date:
Subject: Re: [GENERAL] PG and database encryption