Re: getting the correct column size.... - Mailing list pgsql-interfaces

From Peter Eisentraut
Subject Re: getting the correct column size....
Date
Msg-id 200608062227.33526.peter_e@gmx.net
Whole thread Raw
In response to getting the correct column size....  (osxdeveloper@mac.com)
List pgsql-interfaces
osxdeveloper@mac.com wrote:
> My table has a decimal(19,4) field (19=precision, 4=scale).
> How can I get the 19,4 value via the client lib?

Perhaps you will find the information schema helpful.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-interfaces by date:

Previous
From: osxdeveloper@mac.com
Date:
Subject: getting the correct column size....
Next
From: Andro
Date:
Subject: Re: PQftype() and Oid