Re: Idea on how to simplify comparing two sets

From: Pantelis Theodosiou <ypercube(at)gmail(dot)com>
To: Joel Jacobson <joel(at)trustly(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Idea on how to simplify comparing two sets
Date: 2017-02-08 09:24:15
Message-ID: CAE3TBxwnn51B2pz9rrHU1exgKbLqQZgE3Hs9npzjUC0yxAMdnQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Feb 7, 2017 at 3:13 PM, Joel Jacobson <joel(at)trustly(dot)com> wrote:

> Hi hackers,
>
> Currently there is no simple way to check if two sets are equal.
>
> Looks like no RDBMS in the world has a simple command for it.
>
> You have to do something like:
>
> ...
>
> Introducing new SQL keywords is of course not an option,
> since it would possibly break backwards compatibility.
>
>
I'm not advocating it but I don't see how introducing new SQL keywords
breaks backwards compatibility.

Pantelis Theodosiou

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2017-02-08 10:10:04 Re: Proposal : For Auto-Prewarm.
Previous Message Dilip Kumar 2017-02-08 09:20:16 Re: Parallel bitmap heap scan