I have some code that relies on getting the column
name, type, and width, which I am porting for use with 
PostgreSQL and DBD::Pg. No problem with the name and type 
attributes but width relies on the $sth->{PRECISION} 
statement handle attribute which isn't supported in DBD::Pg.
Is there any alternate way of finding out column widths
using DBI (or SQL perhaps)?

-Steve



Reply via email to