ECPG SET CONNECTION

From: Leif Jensen <leif(at)crysberg(dot)dk>
To: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: ECPG SET CONNECTION
Date: 2013-05-31 12:26:08
Message-ID: 8915079.5863.1370003168130.JavaMail.root@quick
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi guys.

In the ECPG manual (including latest 9.1.9) about ECPG SQL SET CONNECTION <connection name>; it is stated that "This is not thread-aware".

When looking in the ecpg library code connect.c for ECPGsetconn( ... ), it looks very much like it is thread-aware if translated with the --enable-thread-safety option.

What should I believe ?

Leif

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kevin Grittner 2013-05-31 13:32:04 Re: Insert with query
Previous Message Victor Yegorov 2013-05-31 11:51:03 Re: Cat the query be tuned further ?