Josh Berkus <[EMAIL PROTECTED]> writes: > ERROR: function lpad(character varying, bigint) does not exist
> (the above query worked fine in 7.3.4, as I recall) Really? I get regression=# select lpad('xyz'::varchar, 4::int8); ERROR: Function lpad(character varying, bigint) does not exist Unable to identify a function that satisfies the given argument types You may need to add explicit typecasts in 7.3.4, and the same spelled a tad differently in CVS tip ... regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend