Re: Initial review of xslt with no limits patch
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Mike Fowler <mike@mlfowler.com>, Pavel Stehule <pavel.stehule@gmail.com>, pgsql-hackers@postgresql.org
Date: 2010-08-06T16:51:24Z
Lists: pgsql-hackers
On 08/06/2010 12:15 PM, Tom Lane wrote: > > Some examination of > http://www.xmlsoft.org/XSLT/tutorial/libxslttutorial.html > suggests that the parameter values need to be single-quoted, > and indeed when I change the last part of your example to > > 'n1=''v1'',n2=''v2'',n3=''v3'',n4=''v4'',n5=''v5'''::text); > > Which would look a whole lot nicer with dollar quoting ;-) cheers andrew