Re: massive quotes?

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Postgresql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: massive quotes?
Date: 2003-08-28 19:31:24
Message-ID: 3F4E588C.3040605@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-28 19:32:59 Re: Bumping block size to 16K on FreeBSD...
Previous Message Marc G. Fournier 2003-08-28 19:27:25 Re: full text archives working?