* Bruce Momjian (bruce@momjian.us) wrote:
> Joshua Gooding wrote:
> > Hello,
> >
> > I'm looking for the postgres equivalent of oracles: set numwidth
> > command. Is there an equivalent?
>
> If we knew what it did, we might be able to help you.
Changes the display-width for numeric values. SQL*Plus will then
right-justify the number based on the numwidth value.
Stephen