From: | Medi Montaseri <medi(dot)montaseri(at)intransa(dot)com> |
---|---|
To: | Neil Conway <neilc(at)samurai(dot)com> |
Cc: | Felipe Schnack <felipes(at)ritterdosreis(dot)br>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: EXECUTE problems |
Date: | 2002-11-26 18:59:19 |
Message-ID: | 3DE3C487.5070506@intransa.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Perfect...thank you....
Before I head out to read those links....do I have to re-prepare if I
loose my connection.
Or could/would the backend use it regardless of what connection I come
in....
Also I need some help using Async query technique....anyone used who I
can get some
help from....I need to confirm my understanding of how to use the Async
Query technique
Neil Conway wrote:
>Medi Montaseri <medi(dot)montaseri(at)intransa(dot)com> writes:
>
>
>>How do I prepare an statement in C context, ie which libPQ function
>>does that
>>
>>
>
>Prepared statements are currently implemented as SQL-level
>constructs, so there's no specific libpq function for it.
>
>http://developer.postgresql.org/docs/postgres/sql-prepare.html
>http://developer.postgresql.org/docs/postgres/sql-execute.html
>http://developer.postgresql.org/docs/postgres/sql-deallocate.html
>
>Cheers,
>
>Neil
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2002-11-26 19:10:49 | Re: eXtreme PostgreSQL using system catalogs (was Turning |
Previous Message | Bruce Momjian | 2002-11-26 18:53:39 | Re: ALTER TRIGGER DISABLE/ENABLE |