Re: [DOCS] Functions example results incorrect

2011-07-07 Thread Thom Brown
On 8 July 2011 00:16, Tom Lane wrote: > Also, I looked at the examples for binary strings, and decided that > converting the sample outputs to hex format would render the examples > a lot less readable (since the inputs are not shown in that format). > So instead I'm going to add this: > >   >  

Re: [DOCS] Functions example results incorrect

2011-07-07 Thread Tom Lane
Thom Brown writes: > On 1 July 2011 19:17, Tom Lane wrote: >> Thom Brown writes: >>> The quote literal example of quote_literal('O\'Reilly') doesn't work >>> on my installation by default. >> Hmm, should we use an E'' literal there, or change the input to be >> 'O''Reilly'?  The former would co