Re: v7.3.1 psql against a v7.2.x database ...

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: v7.3.1 psql against a v7.2.x database ...
Дата
Msg-id 20030111103251.A45491-100000@houston.familyhealth.com.au
обсуждение исходный текст
Ответ на Re: v7.3.1 psql against a v7.2.x database ...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> Right.  It is just the _cruft_ factor that has prevented us from doing
> it in the past.

Well, you could always have the function library for each different
version in a different shared lib which you load on demand.

Alternatively, follow the phpPgAdmin3 style and have a class 'Postgres71'
and from that inherit 'Postgres72' and override any functions that have
changed, etc.

Chris




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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: default to WITHOUT OIDS?
Следующее
От: Laurette Cisneros
Дата:
Сообщение: Re: 7.3 pg_dump with -Fc option crashes