Re: [HACKERS] Prepared Statement Question

2006-10-09 Thread Strong, David
@postgresql.org Subject: Re: [HACKERS] Prepared Statement Question "Strong, David" <[EMAIL PROTECTED]> writes: > There is similar code for Parameter Lists (ParamListInfo) and Result Format > Codes (rformats). Unless we're missing something, a prepared statement would > proba

Re: [HACKERS] Prepared Statement Question

2006-10-09 Thread Tom Lane
"Strong, David" <[EMAIL PROTECTED]> writes: > There is similar code for Parameter Lists (ParamListInfo) and Result Format > Codes (rformats). Unless we're missing something, a prepared statement would > probably never change once prepared. I think you're missing something. Or are you just prop