LIBPQ Exception - Mailing list pgsql-general

From Abraham, Danny
Subject LIBPQ Exception
Date
Msg-id E9DE7963E5EA6546B42A979EC28B4D0136B28E8C@hou-ex-02.adprod.bmc.com
Whole thread Raw
Responses Re: LIBPQ Exception
List pgsql-general
How do I program a DML statement that does not roll back using C.

res=PQexec(conn,"BEGIN; insert into x values(100); exception when others
then null; end;")

fails on syntax.

Any other alternative?

Thanks

Danny



pgsql-general by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: Possible bug in PostgreSQL 8.3beta4 (postgres process segfaults)
Next
From: "A. Kretschmer"
Date:
Subject: Re: very slow query