| From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
| Cc: | julien(dot)teisseire(at)gmail(dot)com |
| Subject: | Autocommit with Postgres 10 |
| Date: | 2018-05-03 09:17:50 |
| Message-ID: | 152533907044.23580.2410652690145434146@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
The following documentation comment has been logged on the website:
Page: https://www.postgresql.org/docs/10/static/ecpg-sql-set-autocommit.html
Description:
Hi,
I am currently using PG10, and link my C program to the libpq.5.10.so file
for client feature usage.
I get the following error after trying to set auto commit (as I did before)
:
2018-05-03 11:16:50.253 CEST [50141] ERROR: unrecognized configuration
parameter "autocommit"
2018-05-03 11:16:50.253 CEST [50141] STATEMENT: SET AUTOCOMMIT TO ON
Could you tell me how to set autocommit to ON with PG 10 client library ?
Thank you
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Craig Ringer | 2018-05-03 12:53:09 | Re: Autocommit with Postgres 10 |
| Previous Message | PG Doc comments form | 2018-05-03 07:31:59 | Figures or Diagrams were missing |