Hi
I'm sorry but there's no way to commit a transaction from outside, except if
your application uses the two-phase commit (PREPARE TRANSACTION
id_transaction)
On Mon, Oct 3, 2011 at 6:50 PM, Julius Tuskenis wrote:
> Hello,
>
> my question my sound strange, but because of a bug in an applicatio
On Fri, Dec 2, 2011 at 4:55 PM, Rob Richardson wrote:
> I've seen lots of questions about this on the Internet, but no answers.
>
> I've got PostgreSQL 8.4 and 9.1 both installed on my computer. I am
> trying to set up a scheduled database job to support application testing.
> The problem is tha
On Tue, Mar 6, 2012 at 7:22 AM, Piyush Lenka wrote:
> Hi,
>
> I m trying to take backup of data of a particular table using pg_dump.
> I used double quotes for table name but output is :
> pg_dump : no tables were found.
>
> Command used :
> -h localhost -p 5432 -U postgres -W -F p -a -t '"TestTa