From: | "Dann Corbit" <DCorbit(at)connx(dot)com> |
---|---|
To: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: A couple binary cursor questions |
Date: | 2002-02-01 20:25:23 |
Message-ID: | D90A5A6C612A39408103E6ECDD77B8290FD489@voyager.corporate.connx.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
-----Original Message-----
From: Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
Sent: Friday, February 01, 2002 12:08 PM
To: Dann Corbit
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] A couple binary cursor questions
"Dann Corbit" <DCorbit(at)connx(dot)com> writes:
> The types I am having problems with are:
> 1. Currency data type.
If you mean type MONEY, it's just an int4. (There's a reason why it's
deprecated...)
-----------------------------------------------------------------------
Sorry. Brain seizure on my part. I meant NUMERIC data type.
As in numeric with a precision of 800 (big whomping number types)
-----------------------------------------------------------------------
> 2. Array type objects.
See src/include/utils/array.h
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Suporte | 2002-02-01 20:35:10 | The " \! " and " \l " commands |
Previous Message | Bruno Wolff III | 2002-02-01 20:14:16 | Re: PostgreSQL crashes with Qmail-SQL |