On Tue, Nov 29, 2005 at 07:57:58PM -0700, Michael Fuhr wrote:> Any reason not to use sprintf("%b", $_[0])?
Or something like this in SQL or PL/pgSQL:
test=> SELECT ltrim(textin(bit_out(12::bit(64))), '0'); ltrim ------- 1100(1 row)
-- Michael Fuhr