On Tue, Jun 15, 2010 at 1:09 PM, Joshua Gooding <JGooding@ttitech.net> wrote:
> Hello,
>
> I'm looking for the postgres equivalent of oracles: set numwidth command.
> Is there an equivalent?
Psql uses dynamic formatting for such things. Not sure there's really
a big need for it. Can you give an example of what you're trying to
accomplish? (and as Bruce mentioned, you'd get more bites if you gave
a reference like
http://www.oracle.com/technology/support/tech/sql_plus/htdocs/sub_var4.html#4_1_6
so people would know what you're asking for.)