best method for select within all dimensions of an array

From: Jaume Teixi <teixi(at)6tems(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: best method for select within all dimensions of an array
Date: 2002-04-08 10:35:42
Message-ID: 20020408123542.11a53d04.teixi@6tems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hello

when selecting in a table with a text[]

there's an sql command for looking all dimensions of the array
something like 'where text[*]'

or only should be implemented trought a 'for (i=0; i<maxDimension; i++)

?

bests from barcelona

jaume teixi

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-04-08 11:45:25 Re: timeout implementation issues
Previous Message Karel Zak 2002-04-08 08:44:37 Re: timeout implementation issues