Re: [GENERAL] Function not inserting rows

Поиск
Список
Период
Сортировка
От rob stone
Тема Re: [GENERAL] Function not inserting rows
Дата
Msg-id 1503505947.5124.5.camel@gmail.com
обсуждение исходный текст
Ответ на [GENERAL] Function not inserting rows  (Frank Foerster <ivaypoint@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: ivay
Дата:
Сообщение: Re: [GENERAL] Function not inserting rows
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: [GENERAL] PG and database encryption