Re: Modified pg_dump & new pg_restore need testing...

Поиск
Список
Период
Сортировка
От Philip Warner
Тема Re: Modified pg_dump & new pg_restore need testing...
Дата
Msg-id 3.0.5.32.20000701095257.02358680@mail.rhyme.com.au
обсуждение исходный текст
Ответ на Re: Modified pg_dump & new pg_restore need testing...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
At 13:53 30/06/00 -0300, The Hermit Hacker wrote:
>
>Sounds like something that is a suitable replacement for what we have now
>... I particularly like the 'compressed output' *but* is there some way,
>for the paranoid, of doing an uncompressed format
>(--dont-compress?)?  Then again, how does this handle someone wanting to
>dump the database for reloading into a non-PgSQL database?  
>

There will be; you can specify -z0 on the pg_dump, but it still has binary
junk in the output. I will add a '--plain-text, -p' option to dump it into
text. You can also use pg_restore to dump the file to text.


----------------------------------------------------------------
Philip Warner                    |     __---_____
Albatross Consulting Pty. Ltd.   |----/       -  \
(A.C.N. 008 659 498)             |          /(@)   ______---_
Tel: (+61) 0500 83 82 81         |                 _________  \
Fax: (+61) 0500 83 82 82         |                 ___________ |
Http://www.rhyme.com.au          |                /           \|                                |    --________--
PGP key available upon request,  |  /
and from pgp5.ai.mit.edu:11371   |/


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: Modified pg_dump & new pg_restore need testing...
Следующее
От: Chris Bitmead
Дата:
Сообщение: Re: Makefile for parser