Re: Backup and restore through JDBC

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Backup and restore through JDBC
Дата
Msg-id 16320.1159543149@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Backup and restore through JDBC  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Backup and restore through JDBC  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Then after you recover from your head exploding you start devising some 
> sort of sane API ...

That's the hard part.  There is no percentage in having a library if
it doesn't do anything significantly different from what you could
accomplish viasystem("pg_dump ...switches....");

What is it you hope to accomplish by having a library, exactly?
(And don't say "more control over the dump process".  pg_dump is already
on the hairy edge of maintainability; we do *not* need to try to deal
with making it still function correctly after an application programmer
makes some random intervention in the process.)
        regards, tom lane


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

Предыдущее
От: Jan de Visser
Дата:
Сообщение: Re: Block B-Tree concept
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Another idea for dealing with cmin/cmax