Re: DBD::Pg 1.20 uncompatible with Postgres 7.3?

Поиск
Список
Период
Сортировка
От David Wheeler
Тема Re: DBD::Pg 1.20 uncompatible with Postgres 7.3?
Дата
Msg-id 808BAE24-0878-11D7-A241-0003931A964A@wheeler.net
обсуждение исходный текст
Ответы Re: DBD::Pg 1.20 uncompatible with Postgres 7.3?  (Jeff Boes <jboes@nexcerpt.com>)
Список pgsql-interfaces
On Wednesday, December 4, 2002, at 11:40  AM, Jeff Boes wrote:

> I received the following communication from Tom Lane, who is active in
> PostgreSQL development:
>
>> ... without so much as a "ta-ta" in the release notes.  Hmph.  Well, 
>> is
>> there any hope that a search-and-replace will convert old source code 
>> to
>> using the new table?
>
> It shouldn't be a difficult change.  Be aware that pg_constraint has
> more stuff in it than pg_relcheck did, so you'll want to add "WHERE
> contype = 'c'" to be sure you only see the rows corresponding to the
> old pg_relcheck table.

I chatted with Bruce Momjian about this a bit, too. My idea: PostgreSQL 
should provide functions that do this sort of thing, so that psql, 
DBD::Pg, org.postgresql.jdbc, and PostgreSQL ODBC can just use the 
functions without worrying about the version numbers.

But then, somebody's gotta write the functions, contributed them to the 
project, get them committed, and then wait for 7.4 to take advantage of 
them. Still, it could eventually make such driver metadata requirements 
much more portable across later PostgreSQL versions.

Best,

David

-- 
David Wheeler                                     AIM: dwTheory
david@wheeler.net                                 ICQ: 15726394
http://david.wheeler.net/                      Yahoo!: dew7e                                               Jabber:
Theory@jabber.org



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Multibyte characters over the frontend/backend
Следующее
От: Jeff Boes
Дата:
Сообщение: Re: DBD::Pg 1.20 uncompatible with Postgres 7.3?