Hi Friends,
I would like to set the properties of a transaction like ON_ERROR_ROLLBA CK . To set This parameter There is a psql command (meta command) \set.
ex: \set ON_ERROR_ROLLBA CK on
from the psql terminal it was working fine. But my problem is I am working with the libpq 'C' library in VC++. by uing this libpq library I am connecting to the database server. There is no sql command to use the above \set command (of psql terminal).
How to set the ON_ERROR_ROLLBA CK property using the libpq interface.
ThanQ
I would like to set the properties of a transaction like ON_ERROR_ROLLBA CK . To set This parameter There is a psql command (meta command) \set.
ex: \set ON_ERROR_ROLLBA CK on
from the psql terminal it was working fine. But my problem is I am working with the libpq 'C' library in VC++. by uing this libpq library I am connecting to the database server. There is no sql command to use the above \set command (of psql terminal).
How to set the ON_ERROR_ROLLBA CK property using the libpq interface.
ThanQ
Comment