Re: [GENERAL] Plpgsql - Custom fields Postgres 9.5

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: [GENERAL] Plpgsql - Custom fields Postgres 9.5
Дата
Msg-id CAKFQuwYCnDe5p2fsTPg8WDAox+feCFRdgREwb-yuzaQD_Ao=ZA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [GENERAL] Plpgsql - Custom fields Postgres 9.5  (Patrick B <patrickbakerbr@gmail.com>)
Ответы Re: [GENERAL] Plpgsql - Custom fields Postgres 9.5
Список pgsql-general
On Wed, Dec 14, 2016 at 4:49 PM, Patrick B <patrickbakerbr@gmail.com> wrote:

ERROR:  function logextract(integer, integer) does not exist

LINE 1: select logextract(20160901,20161001);

So change the constants you are passing into your function to text (i.e., surrounding them with single quotes) so it matches the new function signature.

There exists an element of understanding the options you are being given and adapting if something basic like this is overlooked.

David J.

В списке pgsql-general по дате отправления:

Предыдущее
От: Patrick B
Дата:
Сообщение: Re: [GENERAL] Plpgsql - Custom fields Postgres 9.5
Следующее
От: rob stone
Дата:
Сообщение: Re: [GENERAL] Plpgsql - Custom fields Postgres 9.5