Re: A couple binary cursor questions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Dann Corbit" <DCorbit(at)connx(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: A couple binary cursor questions
Date: 2002-02-01 20:07:40
Message-ID: 12310.1012594060@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"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...)

> 2. Array type objects.

See src/include/utils/array.h

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-02-01 20:09:42 Re: PostgreSQL Final Release ... Monday?
Previous Message Tom Lane 2002-02-01 20:01:10 Re: sql select query with column 'AS' assignment