Connection name on ECPGdeallocate ?

Started by Leif Jensenover 16 years ago1 messagesgeneral
Jump to latest
#1Leif Jensen
leif@crysberg.dk

Hi guys,

What is the reason for the ecpglib function ECPGdeallocate() (with call generated by the ecpg program) to have a connection_name parameter, when the ecpg program generates an error message, but generates 'correct' code ? This is if you put a connection name on the DEALLOCATE PREPARE <stmt> statement. Is that a planned future feature ?

At least for

Postgresql-8.3.5,
Postgresql-8.4.0

Leif