Upgrading 7.2.4 to 7.4.1

Поиск
Список
Период
Сортировка
От Jarmo Järvenpää
Тема Upgrading 7.2.4 to 7.4.1
Дата
Msg-id 4030BEAE.8060108@softers.net
обсуждение исходный текст
Ответы Re: Upgrading 7.2.4 to 7.4.1
Re: Upgrading 7.2.4 to 7.4.1
Список pgsql-admin
Dear all,

I've got an old 7.2.4 DB which I hoped to upgrade to 7.4.1.
The old syntax used for creating tables had lines like
..
id integer DEFAULT '',

which translates to this error:

pg_restore: [archiver (db)] could not execute query: ERROR:  invalid
input syntax for integer: ""

I found out that integer with '' as default is not acceptable after 7.3.
  Also, some complaints were given with the data, particulary numerous
"\N" lines when restoring (this can be worked out by using -d switch
when dumping).

Also, schemas are not going to be created (some 7.3 documents gave this up).

Thus, must I update every DB creation script by hand and try to restore
only the data?


Regards,
Jarmo


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: 7.3.2 - 7.4.1 on RedHat 9.0
Следующее
От: Greg Mennie
Дата:
Сообщение: Re: hanging for 30sec when checkpointing