Re: State of Beta 2

Поиск
Список
Период
Сортировка
От Ron Johnson
Тема Re: State of Beta 2
Дата
Msg-id 1063805806.25251.1416.camel@haggis
обсуждение исходный текст
Ответ на Re: State of Beta 2  (Kaare Rasmussen <kar@kakidata.dk>)
Ответы Re: State of Beta 2  (Network Administrator <netadmin@vcsn.com>)
Re: State of Beta 2  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Wed, 2003-09-17 at 03:45, Kaare Rasmussen wrote:
[snip]
> Some people have claimed that the big commercial databases don't change their
> on-disk represantation anymore. Maybe PostgreSQL could try to aim for this
> goal. At least try to get the on-disk changes ready for 7.5 - with or without
> the functionality to use it. I think that any pg_* table changes could be
> done with a small and efficient pg_upgrade.
[snip]

I think changes in the system catalog should be separated from
changes in the physical on-disk structures (i.e. how tables and
indexes are stored).

Maybe I'm totally wrong, but ALTERing the pg_* tables during each
version upgrade should be relatively easy to script, when the phys-
ical on-disk structures have been solidified.

--
-----------------------------------------------------------------
Ron Johnson, Jr. ron.l.johnson@cox.net
Jefferson, LA USA

The difference between drunken sailors and Congressmen is that
drunken sailors spend their own money.


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: State of Beta 2
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Idea for improving speed of pg_restore