Re: Upgrade 7.2 to 7.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Upgrade 7.2 to 7.3
Дата
Msg-id 5357.1060439792@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Upgrade 7.2 to 7.3  (James Williams <jw11@iprimus.com.au>)
Ответы Re: Upgrade 7.2 to 7.3  (James Williams <jw11@iprimus.com.au>)
Список pgsql-novice
James Williams <jw11@iprimus.com.au> writes:
> It says I need to upgrade my database, but I don't care
> about the old database.
> Is there any way I can remove the old database and start working with 7.3?

    rm -rf $PGDATA
    initdb
    start postmaster

If you did any customization of the postgres config files, you might
want to save your old copies before blowing them away.  Otherwise there
is nothing you need under $PGDATA.

            regards, tom lane

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

Предыдущее
От: Stephane Pinel
Дата:
Сообщение: Auto_Increment
Следующее
От: Larry Rosenman
Дата:
Сообщение: Re: Query about Boolean Data Type