Re: Hex representation - Mailing list pgsql-admin

From Reece Hart
Subject Re: Hex representation
Date
Msg-id 1222748243.7111.100.camel@snafu
Whole thread Raw
In response to Re: Hex representation  (Steve Martin <steve.martin@nec.co.nz>)
List pgsql-admin
I can't resist one-liner games.

$ perl -e 'print "U"x(256*1024)' >Us

or, if you specifically want to specify hex:
$ perl -e 'print chr(hex(55))x(256*1024)' >Us

-Reece

-- 
Reece Hart, http://harts.net/reece/, GPG:0x25EC91A0

pgsql-admin by date:

Previous
From: Steve Crawford
Date:
Subject: Re: Do we need vacuuming when tables are regularly dropped?
Next
From: Michelle Konzack
Date:
Subject: Re: Hex representation