On 07/28/2011 05:11 PM, Tom Lane wrote:
> Merlin Moncure<mmoncure@gmail.com> writes:
>> Couple points:
>> *) why a special case for boolean values?
> That seemed weird to me too ...
I'm using 8.2 and "cannot cast type boolean to text"
>> *) this should be immutable
> What if the passed expression is volatile? Better to be safe.
>
> regards, tom lane
> *) why have a loop? old version of postgres maybe? EXECUTE INTO...
That's what I was looking for. Somehow I missed the Into.