pg_start_backup question

From: db de <dbdevelopment09(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: pg_start_backup question
Date: 2009-10-30 22:41:54
Message-ID: 9530df370910301541qc006ebbhbdb64d446de19d9c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How to execute "SELECT pg_start_backup('label');" from java as a SQL
statement? I tries to use:
Statement.execute("SELECT pg_start_backup('label')")

But it does not work.

Thanks.

Jack

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-10-30 22:48:45 Re: CREATE TABLE LIKE and SERIAL
Previous Message Justin Pasher 2009-10-30 22:35:24 Re: Problem with plpython