Request to clarify on sql_numeric datatype

From: Raghavendra Reddy <raghavendrar(at)aztec(dot)soft(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Request to clarify on sql_numeric datatype
Date: 2005-09-16 05:05:10
Message-ID: 584DE893B0E08F4B9748E295029F1E970375A587@maya.aztec.soft
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers



Hi,

I have a query on sql_numeric datatype Can you please clarify on this?
While inserting numeric data type into a table can you please let me
know how you are storing the value in the database.
Whether it is stored as double or character or directly storing it
as structure.

I am implementing the slq_numeric datatype feature for our database and
I am stuck up how to store the value in the database.
Can you please help out regarding this.

Thanks in advance.

Thanks and Regards,
Raghavendra

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2005-09-16 05:37:35 Re: Beta2 Wrap Up ...
Previous Message Raghavendra Reddy 2005-09-16 05:01:25 Request to clarify on sql_numeric datatype