Re: massive quotes? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: massive quotes?
Date
Msg-id 3F4E588C.3040605@dunslane.net
Whole thread Raw
In response to Re: massive quotes?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:

>Andrew Dunstan <andrew@dunslane.net> writes:
>  
>
>>What is the state of things regarding having to use massive strings of 
>>quotes like this (taken from the 7.3 docs)?:
>>    
>>
>
>How much of that is already replaceable by the tactic of using
>quote_literal() wherever possible?  It's safest to be using
>quote_literal anyway wherever you're interpolating a string value
>into a query.
>
>  
>
I suspect to get something nice it would have to operate at the 
scanner/parser layer.

cheers

andrew



pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: full text archives working?
Next
From: Tom Lane
Date:
Subject: Re: Bumping block size to 16K on FreeBSD...