November 21st, 2010 by depesz | Tags: dynamic, execute, format, pg91, postgresql, sprintf | 11 comments »
On 21st of November Robert Haas committed new patch, which adds new function: 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 ...
another very interesting addon. pavel stehule wrote, and tom lane commited "execute using" in plpgsql.
