The fact that I could create a table with a numeric type using Postgres 7.2
makes my question retorical. So my next questions are:
Is the numeric type not supported in DBD::Pg ? (I assume it probably is).
Is there more processing to be done  to properly resolve pg_type in an
expression like:
foreach(@{ $sth1->{pg_type} }) {
 print"$_\n";
}
where the table associated with $sth1 has a numeric column, and if so what
is it?

"Jeff Boes" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> On Wed, 2002-04-24 at 10:00, Dave K wrote:
>
> > data type would behave, and the results were less distressing. Question:
Is
> > the numeric type depreciated?
>
> I should say not:
>
>
http://www.postgresql.org/idocs/index.php?datatype.html#DATATYPE-NUMERIC-DEC
IMAL
>
> (7.2.1 documentation)
>
> --
> Jeff Boes                                      vox 616.226.9550 ext 24
> Database Engineer                                     fax 616.349.9076
> Nexcerpt, Inc.                                 http://www.nexcerpt.com
>            ...Nexcerpt... Extend your Expertise
>


Reply via email to