Re: massive quotes? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: massive quotes?
Date
Msg-id 10865.1062098200@sss.pgh.pa.us
Whole thread Raw
In response to massive quotes?  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: massive quotes?
List pgsql-hackers
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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: New array functions
Next
From: Sean Chittenden
Date:
Subject: Bumping block size to 16K on FreeBSD...