Re: EXECUTE problems

From: Neil Conway <neilc(at)samurai(dot)com>
To: Medi Montaseri <medi(dot)montaseri(at)intransa(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-25 22:20:41
Message-ID: 8765ul9tqe.fsf@mailbox.samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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

--
Neil Conway <neilc(at)samurai(dot)com> || PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message CSN 2002-11-25 23:07:54 vacuum strategy
Previous Message Robert Treat 2002-11-25 21:46:06 Re: performanceboost with PostgreSQL