Re: Backup postgresql database from python

2010-12-04 Thread Philip Semanchuk
On Dec 4, 2010, at 2:32 PM, D'Arcy J.M. Cain wrote: > On Sat, 4 Dec 2010 19:12:08 + > starglider develop wrote: >> I need to backup a postgresql database from python withour using pg_dump! >> Is any way of doing that? > > Probably. I guess the first question is why can't you use pg_dump? >

Re: Backup postgresql database from python

2010-12-04 Thread D'Arcy J.M. Cain
On Sat, 4 Dec 2010 19:12:08 + starglider develop wrote: > I need to backup a postgresql database from python withour using pg_dump! > Is any way of doing that? Probably. I guess the first question is why can't you use pg_dump? That might give us a clue as to the requirements. Any other deta

Backup postgresql database from python

2010-12-04 Thread starglider develop
Hi, I need to backup a postgresql database from python withour using pg_dump! Is any way of doing that? Thank you in advance for your help. Zorze -- http://mail.python.org/mailman/listinfo/python-list