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:01:25
Message-ID: 584DE893B0E08F4B9748E295029F1E970375A565@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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Raghavendra Reddy 2005-09-16 05:05:10 Request to clarify on sql_numeric datatype
Previous Message Tom Lane 2005-09-16 04:18:17 Re: Spinlocks, yet again: analysis and proposed patches