Re: trouble with db-restore

Поиск
Список
Период
Сортировка
От rob
Тема Re: trouble with db-restore
Дата
Msg-id 002401c07aa9$10e46880$4100fd0a@cabrion.org
обсуждение исходный текст
Ответ на trouble with db-restore  (Heiko Irrgang <irrgang@SC-Networks.de>)
Ответы Re: trouble with db-restore
Список pgsql-general
I have seen that before on my own system.  Same PG version for dump/restore.
Wasn't a big deal for me to redo the views since I had so few (i.e. 1)  I
never reported it, but it happened more than once.  Not sure of version, but
was 7.0.1 or 7.0.2.

--rob

----- Original Message -----
From: "Tom Lane" <tgl@sss.pgh.pa.us>
To: "Heiko Irrgang" <irrgang@SC-Networks.de>
Cc: <pgsql-general@postgresql.org>
Sent: Tuesday, January 09, 2001 1:03 PM
Subject: Re: trouble with db-restore


> Heiko Irrgang <irrgang@SC-Networks.de> writes:
> > i simply use pg_dumpall with no params for dumping the
> > data, but when i used psql for restoring the data,
> > every view was created as a table and was filled up
> > with the data which the view had been delivered at
> > the time of the backup.
>
> This is extremely surprising; I've never heard of such a report before.
>
> It would seem that pg_dump failed to recognize your views as being
> views.  The only theory I can come up with offhand is that you are
> using a pg_dump version that is not compatible with the database
> server version you are running.  Since you have said nothing about
> what version you are using, it's hard to guess more ...
>
> regards, tom lane
>


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

Предыдущее
От: Joseph Shraibman
Дата:
Сообщение: Re: xml middleware
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Re: [HACKERS] How to print explain using PHP