[COMMITTERS] pgsql: Put back accidentally-deleted quote_literal() regression tests.

2010-11-21 Thread Robert Haas
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 +

Re: [COMMITTERS] pgsql: Add new SQL function, format(text).

2010-11-21 Thread Robert Haas
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

Re: [COMMITTERS] pgsql: Add new SQL function, format(text).

2010-11-21 Thread Andres Freund
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

[COMMITTERS] pgsql: Bump catversion. Should have done this as part of format(text)

2010-11-21 Thread Robert Haas
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