Re: quote_boolean() and friends missing - Mailing list pgsql-hackers

From Stephan Szabo
Subject Re: quote_boolean() and friends missing
Date
Msg-id 20050620073005.Q82213@megazone.bigpanda.com
Whole thread Raw
In response to Re: quote_boolean() and friends missing  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: quote_boolean() and friends missing
List pgsql-hackers
On Mon, 20 Jun 2005, Tom Lane wrote:

> Markus Bertheau ☭ <twanger@bluetwanger.de> writes:
> > Maybe quote_* is not the right name, but the functionality is needed.
>
> I don't think so --- at least not in plpgsql, which can do this already.
> Just assign the value to a text variable and then use quote_literal.

Would that work for a bytea with embedded nul characters or does that run
the risk of terminating the value early?



pgsql-hackers by date:

Previous
From: Markus Bertheau ☭
Date:
Subject: Re: quote_boolean() and friends missing
Next
From: Tom Lane
Date:
Subject: Re: quote_boolean() and friends missing