pg_restore / psql -f massive problems with copy from ...

Поиск
Список
Период
Сортировка
От Harald Armin Massa
Тема pg_restore / psql -f massive problems with copy from ...
Дата
Msg-id 415FBE81.2060501@gmx.net
обсуждение исходный текст
Ответы Re: pg_restore / psql -f massive problems with  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers-win32
I skimmed it in the mailing list, there were some references that
pg_restore is not working within win32 yet.

Question: is this a known - and - workedon - issue?

Concrete problems:

a) pg_restore -f <filename> ends with "Archiver could not open.." abort
b) when pg_dumping to SQL, psql -f <filename> is able to read the dump

*untill*  it get's to one copy -statement to read in data. After that,
the rest of the file is sucked in.... it does not end at the
stop-Characters.

Skimming the fixes from beta-2 to beta-3 I could not detect any
development besides some translations and some rights-fixes in the main
trunc.

So: are this bugs known? Is it a "singular happening" Can I provide more
details? I suggest it is of mission critical importance to have the
ability to DUMP and RESTORE a database, isn't it?

Harald

Вложения

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

Предыдущее
От: Oliver D.
Дата:
Сообщение: Win32 libpq : Static Link ?
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pg_restore / psql -f massive problems with