Re: A couple binary cursor questions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: A couple binary cursor questions
Date
Msg-id 12310.1012594060@sss.pgh.pa.us
Whole thread Raw
In response to A couple binary cursor questions  ("Dann Corbit" <DCorbit@connx.com>)
List pgsql-hackers
"Dann Corbit" <DCorbit@connx.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


pgsql-hackers by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: PostgreSQL crashes with Qmail-SQL
Next
From: Vince Vielhaber
Date:
Subject: Re: PostgreSQL crashes with Qmail-SQL