Re: Backup with Java

Поиск
Список
Период
Сортировка
От Michael Schmidt
Тема Re: Backup with Java
Дата
Msg-id BAY114-DAV1172F8877B20F998561EB6A3E60@phx.gbl
обсуждение исходный текст
Ответ на Backup with Java  ("tommaso.taruffi@ricesoft.it" <tommaso.taruffi@ricesoft.it>)
Ответы Re: Backup with Java  (imad <immaad@gmail.com>)
Список pgsql-jdbc
Mr. Taruffi,
The PostgreSQL backup, restore, vacuum, and reindex utilities are all included in Komo, a basic Java (Eclipse rcp) GUI.  You can look at the code and adapt it to your application.  Komo can be accessed and downloaded at pgFoundry
 
Michael Schmidt
----- Original Message -----
From: imad
Sent: Monday, November 27, 2006 11:20 AM
Subject: Re: [JDBC] Backup with Java

Read and understand the file 'src/bin/pg_dump/pg_dump.c' in the postgresql
core server code base. This is the only solution of your problem, you are going
to rewrite all the C code in JAVA.

--Imad
www.EnterpriseDB.com


On 11/27/06, tommaso.taruffi@ricesoft.it <tommaso.taruffi@ricesoft.it> wrote:
> Hello,
> I have a question about how I can make a database backup
> with Java. I have made a class Connection.java that connect
> my application with Postgresql Database. I would make a
> function in this class for backup the state of the database.
> Anyone can help me?
>
> Thanks!
> Dr. Tommaso Taruffi
>
> ---------------------------(end of broadcast)---------------------------
> TIP 7: You can help support the PostgreSQL project by donating at
>
>                 http://www.postgresql.org/about/donate
>

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

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

Предыдущее
От: imad
Дата:
Сообщение: Re: Postgres Server collapse
Следующее
От: imad
Дата:
Сообщение: Re: Backup with Java