On Wed, 2002-04-24 at 10:57, Dave K wrote:

> 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?

Well, considering that I can sometimes cause SEGV by just doing

my @types = @{ $sth->{pg_type} };

for a table with a numeric column, I'd say it's not just a matter of
extra processing.  The array referenced by $sth->{pg_type} seems to be
garbled.  (Interestingly, I can avoid this by running under the Perl
debugger.)
 
-- 
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