Add IS (NOT) DISTINCT to subquery_Op

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Add IS (NOT) DISTINCT to subquery_Op
Date: 2015-12-11 00:49:52
Message-ID: 566A1DB0.90502@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Is there any reason we couldn't/shouldn't support IS DISTINCT in
subquery_Op? (Or really, just add support to ANY()/ALL()/(SELECT ...)?)
--
Jim Nasby, Data Architect, Blue Treble Consulting, Austin TX
Experts in Analytics, Data Architecture and PostgreSQL
Data in Trouble? Get it in Treble! http://BlueTreble.com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2015-12-11 00:54:28 Re: [sqlsmith] Failed to generate plan on lateral subqueries
Previous Message Amit Langote 2015-12-11 00:41:04 Re: [PROPOSAL] VACUUM Progress Checker.