MAX, MIN and arrays

From: Colton A Smith <smith(at)cs(dot)utk(dot)edu>
To: pgsql-sql(at)postgresql(dot)org
Subject: MAX, MIN and arrays
Date: 2005-11-26 17:18:16
Message-ID: Pine.LNX.4.62.0511261208320.8351@cetus5.cs.utk.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi:

Let's say I have a table with a column of one-dimensional arrays. What
exactly is returned when the database is queried for a maximum from that
particular column? The array was the greatest average value? Let's say
I have a table with a column of two-dimensional arrays. What then?

Thanks!

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Andreas Kretschmer 2005-11-27 08:50:41 Re: MAX, MIN and arrays
Previous Message Andreas Kretschmer 2005-11-26 12:25:49 Re: How to change database owner in PostgreSQL 7.4?