[HACKERS] Internal Transaction

2006-09-26 Thread Marlon Petry
Hello list would  like to know  postgres implements ACID ? has some document ? thanks

[HACKERS] Backup and restore through JDBC

2006-09-28 Thread Marlon Petry
Hello List I am trying to develop, a API to carry through backup and restore through JDBC. I think that the best form is to use JNI. Some Suggestion?

Re: [HACKERS] Backup and restore through JDBC

2006-09-29 Thread Marlon Petry
< [EMAIL PROTECTED]>: Marlon Petry wrote:> I am trying to develop, a API to carry through backup and> restore through JDBC.> I think that the best form is to use JNI.> Some Suggestion?Do you mean 'backup' or 'export/dump'? If you mean 'export', do you need a

Re: [HACKERS] Backup and restore through JDBC

2006-09-29 Thread Marlon Petry
>> The idea is to make one pg_dump of the server and to keep in the > machine of client.> And to restore this pg_dump when it will be necessary through the> machine of the client.> Perhaps I will have that to use some store procedure in the server, I> do not know >>pg_dump and pg_restore do not nee

Re: [HACKERS] Backup and restore through JDBC

2006-09-29 Thread Marlon Petry
> Marlon Petry wrote:>>>> >> pg_dump and pg_restore do not need to run on the server machine.>> Why not>> just run them where you want the dump stored?>>>>>>>>>> But I would need to have installed pg_dump and pg_resto

Re: [HACKERS] Backup and restore through JDBC

2006-09-29 Thread Marlon Petry
Marlon Petry wrote:>>> > You can't. pg_dump in particular embodies an enormous amount of > > knowledge that simply does not exist elsewhere. There is no> > dump/restore API, and there is nothing you can hook up to using JNI,> > AFAIK.>