Re: getting the correct column size....

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-interfaces(at)postgresql(dot)org
Cc: osxdeveloper(at)mac(dot)com
Subject: Re: getting the correct column size....
Date: 2006-08-06 20:26:28
Message-ID: 200608062227.33526.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

osxdeveloper(at)mac(dot)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/

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Andro 2006-08-07 07:34:34 Re: PQftype() and Oid
Previous Message osxdeveloper 2006-08-05 20:43:35 getting the correct column size....