functions/operators with 2 sets as arguments

From: Jochem van Dieten <jochemd(at)oli(dot)tudelft(dot)nl>
To: pgsql-general(at)postgresql(dot)org
Subject: functions/operators with 2 sets as arguments
Date: 2003-12-06 23:37:04
Message-ID: 3FD26820.8020303@oli.tudelft.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

While trying to create an operator to test if 2 intervals
overlap, I ran into the following limitation:

ERROR: Functions and operators can take only one set argument
(PostgreSQL 7.3.2 on OpenBSD)

Does anybody know any workarounds (or if this limitation has been
removed from 7.4)?

Jochem

--
When you don't want to be surprised by the revolution
organize one yourself
- Loesje

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-12-06 23:43:29 Re: corruption diag/recovery, pg_dump crash
Previous Message Tom Lane 2003-12-06 23:34:57 Re: CMS with PostgreSQL