Re: Tablespace patch review

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tablespace patch review
Дата
Msg-id 9614.1087621342@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tablespace patch review  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Ответы Re: Tablespace patch review  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
Список pgsql-patches
Christopher Kings-Lynne <chriskl@familyhealth.com.au> writes:
> What about people upgrading from 7.4 databases that used database locations?

They'll get a nice warning:

regression=# create database foo location 'bar';
WARNING:  LOCATION is not supported anymore
HINT:  Consider using tablespaces instead.
CREATE DATABASE

and everything will go into the default tablespace.  I don't really
see how to do much better than that ...

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: win32 libpq ENABLE_THREAD_SAFETY
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Tablespace patch review