LIBPQ Exception

Поиск
Список
Период
Сортировка
От Abraham, Danny
Тема LIBPQ Exception
Дата
Msg-id E9DE7963E5EA6546B42A979EC28B4D0136B28E8C@hou-ex-02.adprod.bmc.com
обсуждение исходный текст
Ответы Re: LIBPQ Exception  ("Rodrigo De León" <rdeleonp@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: "Pavel Stehule"
Дата:
Сообщение: Re: Possible bug in PostgreSQL 8.3beta4 (postgres process segfaults)
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: very slow query