Re: typmod is always -1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: typmod is always -1
Дата
Msg-id 28121.1237251420@sss.pgh.pa.us
обсуждение исходный текст
Ответ на typmod is always -1  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: typmod is always -1
typmod is always -1
Список pgsql-hackers
Pavel Stehule <pavel.stehule@gmail.com> writes:
> I have a problem - every call of mvarcharin is with typmod = -1.

Sure your typmod_in function works?

Also, there are a bunch of scenarios where we rely on a cast function to
apply the typmod rather than passing it to the input function initially.
I'm not sure if the particular case you're checking here falls into that
category, but you definitely should have a "length conversion cast"
function in pg_cast if you expect to do anything useful with typmod.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Problem with accesing Oracle from plperlu functionwhen using remote pg client.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: small but useful patches for text search