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
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