"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