Re: Database in psql

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: Database in psql
Дата
Msg-id 5084B3DA.1080904@ringerc.id.au
обсуждение исходный текст
Ответ на Re: Database in psql  (teyking2003 <tchongking@hotmail.com>)
Ответы Re: Database in psql
Список pgsql-admin
On 10/20/2012 08:18 AM, teyking2003 wrote:
> for the upgrade of psql version, do we need to reconfigure all again?

The manual explains the details:

  http://www.postgresql.org/docs/current/static/upgrading.html

You should also read the release notes for the major versions (8.3, 8.4,
9.0, 9.1 and 9.2) between your version and the target for your upgrade.
Read the compatibility notes.

You will need to be particularly careful of:

- The move to standard_conforming_strings
- The change of bytea_format
- The removal of implicit casts to text
- Upgrading contrib modules to extensions

so you will need to do some application testing.

--
Craig Ringer


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

Предыдущее
От: teyking2003
Дата:
Сообщение: Re: Database in psql
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [GENERAL] Streaming Replication Server Crash