Re: row description for domain in 7.4

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: row description for domain in 7.4
Дата
Msg-id 20551.1056595322@sss.pgh.pa.us
обсуждение исходный текст
Ответ на row description for domain in 7.4  (John DeSoi <jd@icx.net>)
Ответы Re: row description for domain in 7.4  (John DeSoi <jd@icx.net>)
Список pgsql-hackers
John DeSoi <jd@icx.net> writes:
> I created a domain with text as the data_type. When I get the row 
> description message from the backend for a column using this domain, 
> the type OID provided is for text (25) rather than the OID of the 
> domain I created. I could have sworn I tested this in 7.3.x and the OID 
> was for my domain. 7.4 bug or something I need to work out on my own?

No, 7.4 intentional change.  If you want to argue that this was a bad
idea, it's not too late ... but see the archived discussions about it.
        regards, tom lane


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

Предыдущее
От: Jan Wieck
Дата:
Сообщение: Re: Two weeks to feature freeze
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Updating psql for features of new FE/BE protocol