Re: specifying table in function args

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: specifying table in function args
Дата
Msg-id CAKFQuwa-MA0B-Rq+YkqecWLoTncsWVNDWj+5nKd2kKmsY5w5YA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: specifying table in function args  (Rob Sargent <robjsargent@gmail.com>)
Список pgsql-general
On Thu, Feb 28, 2019 at 1:56 PM Rob Sargent <robjsargent@gmail.com> wrote:
> HINT:  No function matches the given name and argument types. You might need to add explicit type casts.

Pretty sure you need to heed the advice to make it work.

select pvr(s::public.segment) from mm.segment AS s limit 5;

David J.


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

Предыдущее
От: Győző Papp
Дата:
Сообщение: race condition when checking uniqueness between two tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Overloaded && operator from intarray module prevents index usage.