How to execute "SELECT pg_start_backup('label');" from java as a SQLstatement? I tries to use:Statement.execute("SELECT pg_start_backup('label')")
But it does not work.
Thanks.
Jack