Re: Renaming sequence auto generated by SERIAL type don't update pg_attrdef

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: Renaming sequence auto generated by SERIAL type don't update pg_attrdef
Дата
Msg-id Pine.BSO.4.64.0903120001010.30563@leary.csoft.net
обсуждение исходный текст
Ответ на Re: Renaming sequence auto generated by SERIAL type don't update pg_attrdef  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Renaming sequence auto generated by SERIAL type don't update pg_attrdef  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-jdbc

On Tue, 10 Mar 2009, Tom Lane wrote:

> Oliver Jowett <oliver@opencloud.com> writes:
>> Tom Lane wrote:
>>> pg_catalog.pg_get_expr(adbin, adrelid)
>
>> I don't think DBMD.getColumns() is expected to be called all that much,
>> certainly not in performance-critical paths, so perhaps the more complex
>> expression is the way to go. How far back, version-wise, will that
>> expression work?
>
> According to the pg_dump sources, that's good back to 7.3 ... do you
> care about earlier?

It works for 7.2 as well.  Prior to that we'll continue using adsrc.
Committed to CVS and backpatched to 8.0.

Kris Jurka


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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Documentation for working with PG interval types via JDBC
Следующее
От: "Peter"
Дата:
Сообщение: Re: Totally weird behaviour in org.postgresql.Driver