Re: to_typemod(type_name) information function

Поиск
Список
Период
Сортировка
От Sophie Herold
Тема Re: to_typemod(type_name) information function
Дата
Msg-id 4fdfd1ad-ca6f-d85d-c837-58ac10b706c7@hemio.de
обсуждение исходный текст
Ответ на Re: to_typemod(type_name) information function  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: to_typemod(type_name) information function
Список pgsql-hackers
On 18/11/17 16:50, Tom Lane wrote:
> Sophie Herold <sophie_h@hemio.de> writes:
>> I need to test a (user) given column type name, with one in the database
>> for equality. To this end, I have to do some kind of normalization (e.g.
>> 'timestamptz(2)' to 'timestamp (2) with time zone'.)
> 
> Perhaps format_type(oid, integer) would help you.
> 
>             regards, tom lane
> 

I am not sure how. I am exactly looking for the the second argument integer.

The only workaround I can think of is to create a table with a column
with that type, ask the pg_catalog for the typemod afterwards and
rollback the creation. But that doesn't sound like a proper solution to me.

Best,
Sophie


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Consistently catch errors from Python _New() functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Consistently catch errors from Python _New() functions