Re: [SQL] arrays of numeric?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Vince Gonzalez <vince(at)nycrc(dot)net>
Cc: pgsql-sql(at)hub(dot)org
Subject: Re: [SQL] arrays of numeric?
Date: 1999-11-06 14:26:12
Message-ID: Pine.LNX.4.20.9911061525270.347-100000@peter-e.yi.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Eisentraut 1999-11-06 14:48:59 Re: [SQL] calulating with money type impossible ?
Previous Message Stoyan Genov 1999-11-06 12:13:10 Re: [SQL] Accessing other database...