Recover v6.5 database

Поиск
Список
Период
Сортировка
От Adam Wyard
Тема Recover v6.5 database
Дата
Msg-id 013801c1cae9$a67bb380$0100a8c0@nsw.bigpond.net.au
обсуждение исходный текст
Список pgsql-admin
I am trying to recover some database from a crashed server which had Postgres v6.5 - after plenty of mucking about I've found another server with the old version which I can use to dump the databases.
 
However, when I copy all the files over only the system tables are visible in psql. The \d command gives:
Couldn't find any tables, sequences or indices!
 
select * from pg_class; just gives the system tables, but when I view the actual pg_class file I can see the other tables in there (amongst all the binary data).
 
Is there something else which needs to be done before the tables can be used?
 
Thanks
 

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postgre 7.1.3 and Solaris Install Problems
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Postgre 7.1.3 and Solaris Install Problems