Put back accidentally-deleted quote_literal() regression tests.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=95dacf85939b213584ae5d50cbddf87eb687e582
Modified Files
--
src/test/regress/expected/text.out | 23 +
On Sun, Nov 21, 2010 at 5:22 PM, Andres Freund wrote:
> On Sunday 21 November 2010 04:34:37 Robert Haas wrote:
>> Add new SQL function, format(text).
>>
>> Currently, three conversion format specifiers are supported: %s for a
>> string, %L for an SQL literal, and %I for an SQL identifier. The lat
On Sunday 21 November 2010 04:34:37 Robert Haas wrote:
> Add new SQL function, format(text).
>
> Currently, three conversion format specifiers are supported: %s for a
> string, %L for an SQL literal, and %I for an SQL identifier. The latter
> two are deliberately designed not to overlap with what
Bump catversion. Should have done this as part of format(text) patch.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=506070be34dcdf35fd91c12c6745c745716de1d4
Modified Files
--
src/include/catalog/catversion.h |2 +-
1 files c