Re: libpq and prepared statements progress for 8.0

From: David Wheeler <david(at)kineticode(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: Rudy Lippan <rlippan(at)remotelinux(dot)com>, Greg Sabino Mullane <greg(at)turnstep(dot)com>, Greg Stark <gsstark(at)mit(dot)edu>, pgsql-hackers(at)postgresql(dot)org, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: libpq and prepared statements progress for 8.0
Date: 2004-09-18 17:28:54
Message-ID: 36E75DCC-0998-11D9-BC11-000A95B9602E@kineticode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Sep 17, 2004, at 6:23 PM, Oliver Jowett wrote:

>> template1=> prepare s1(int) as select typname from pg_type where oid
>> = $1;
>> PREPARE
>> template1=> execute s1('16');
>> typname ---------
>> bool
>> (1 row)

You're still telling it the type via that int.

Regards,

David

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-09-18 18:32:32 Re: transaction idle timeout in 7.4.5 and 8.0.0beta2
Previous Message Jeroen T. Vermeulen 2004-09-18 17:26:03 Re: transaction idle timeout in 7.4.5 and 8.0.0beta2

Browse pgsql-patches by date

  From Date Subject
Next Message Oliver Jowett 2004-09-18 20:09:35 Re: libpq and prepared statements progress for 8.0
Previous Message Dennis Bjorklund 2004-09-18 15:39:15 pg_controldata usage