Tom Lane wrote:
>Andrew Dunstan <andrew(at)dunslane(dot)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