Re: Custom type's modifiers

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Custom type's modifiers
Дата
Msg-id 1754334.1719507925@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Custom type's modifiers  (Marthin Laubscher <postgres@lobeshare.co.za>)
Список pgsql-hackers
Marthin Laubscher <postgres@lobeshare.co.za> writes:
> I confess to some uncertainty whether the PostgreSQL specific x::y notation and the standards based CAST(x AS y)
wouldboth be addressed by creating a cast. 

Those notations are precisely equivalent, modulo concerns about
operator precedence (ie, if x isn't a single token you might have
to parenthesize x to get (x)::y to mean the same as CAST(x AS y)).

            regards, tom lane



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

Предыдущее
От: Marthin Laubscher
Дата:
Сообщение: Re: Custom type's modifiers
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Visibility bug with prepared transaction with subtransactions on standby