Re: [SQL] arrays of numeric? - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: [SQL] arrays of numeric?
Date
Msg-id Pine.LNX.4.20.9911061525270.347-100000@peter-e.yi.org
Whole thread Raw
In response to arrays of numeric?  (Vince Gonzalez <vince@nycrc.net>)
Responses Re: [SQL] arrays of numeric?  (Vince Gonzalez <vince@nycrc.net>)
List pgsql-sql
On 1999-11-04, Vince Gonzalez mentioned:

> I'm running 6.5.1 on FreeBSD, and I'm trying to create a table with an
> array of numerics. I do this:
> 
> test=> create table test (num numeric(10,2)[]);
> 
> and I get this:
> 
> ERROR:  Unable to locate type name '_numeric' in catalog
> 
> I've hunted around in the documentation, but I've found nothing saying this
> is _not_ possible.  Am I missing something here?

No, the docs are missing something. Same with index on numeric. It's on
the TODO list.

-- 
Peter Eisentraut                  Sernanders vaeg 10:115
peter_e@gmx.net                   75262 Uppsala
http://yi.org/peter-e/            Sweden



pgsql-sql by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [SQL] calulating with money type impossible ?
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] pg_dump and "archive = none" ??8