Re: [GENERAL] Postgres 7.4 : ECPG not Thread-safe

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Thierry Missimilly <THIERRY(dot)MISSIMILLY(at)BULL(dot)NET>, PostgreSQL-interfaces <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: [GENERAL] Postgres 7.4 : ECPG not Thread-safe
Date: 2003-11-13 14:13:56
Message-ID: 20031113141356.GA25777@feivel.fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Wed, Nov 12, 2003 at 11:16:10PM -0500, Bruce Momjian wrote:
> Yes, our docs are petty sparse on ecpg. It is basically the same as
> SQL-standard embedded C, so any docs on that would be the same for ecpg.
>
> Interfaces list, where is there detailed ecpg documentaiton, like
> documentation on the AT clause?

Our docs say:
...
<para>
The first option is to explicitly choose a connection for each SQL
statement, for example
<programlisting>
EXEC SQL AT <replaceable>connection-name</replaceable> SELECT ...;
</programlisting>
This option is particularly suitable if the application needs to
use several connections in mixed order.
</para>

So it's not as if it wasn't noted at all. Okay, this is in 7.4, 7.3 docs
are not nearly as good as Peter spend some time enhancing the docs for
7.4.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes(at)jabber(dot)org
Go SF 49ers! Go Rhein Fire! Use Debian GNU/Linux! Use PostgreSQL!

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 2003-11-13 14:14:53 Re: [GENERAL] Postgres 7.4 : ECPG not Thread-safe
Previous Message Bruce Momjian 2003-11-13 05:33:09 Re: [GENERAL] Postgres 7.4 : ECPG not Thread-safe