Re: Set Operators and Arrays Question - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: Set Operators and Arrays Question
Date
Msg-id Pine.LNX.4.30.0103011941330.760-100000@peter.localdomain
Whole thread Raw
In response to Set Operators and Arrays Question  (Geoff Russell <geoff@austrics.com.au>)
List pgsql-general
Geoff Russell writes:

> I'm really just suggesting a couple of set operators for arrays.

Well, arrays are arrays, not sets.  If you want sets, you create a table.
If you want set operators, you use selects and joins.  That is the design.

However, if you want to outsmart the system you can use the operators in
contrib/array, but don't say I didn't warn you.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-general by date:

Previous
From: Denis Perchine
Date:
Subject: Re: Postgres eats up memory when using cursors
Next
From: Stephan Szabo
Date:
Subject: Re: Set Operators and Arrays Question