Re: pg_start_backup question

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgsql-general(at)postgresql(dot)org
Cc: db de <dbdevelopment09(at)gmail(dot)com>
Subject: Re: pg_start_backup question
Date: 2009-10-30 23:06:39
Message-ID: 200910310006.39277.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Le vendredi 30 octobre 2009 à 23:41:54, db de a écrit :
> 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.
>

You should have an error message in your PostgreSQL logs. Without this, I
don't think we can help you.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Guillaume Lelarge 2009-10-30 23:12:08 Re: [GENERAL] CREATE TABLE LIKE and SERIAL
Previous Message Tom Lane 2009-10-30 22:48:45 Re: CREATE TABLE LIKE and SERIAL