Re: pre-MED

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: David Fetter <david(at)fetter(dot)org>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pre-MED
Date: 2008-11-03 13:02:24
Message-ID: 20081103130224.GC4509@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

David Fetter wrote:

> However, there are little lacunæ like this:
>
> SELECT * FROM show_qual() s(a)
> WHERE A NOT IN (
> SELECT 'foo' UNION ALL SELECT 'bar'
> );
> a
> ------------------------
> (NOT (hashed subplan))

This little lacuna seems to say that if you pass the wrong query to
dblink, it will fail to work, possibly with a very obscure error
message; it will be very difficult to debug, and also very difficult (if
not impossible) to workaround.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2008-11-03 13:16:30 plperl needs upgrade for Fedora 10
Previous Message Simon Riggs 2008-11-03 12:58:26 Re: Block level concurrency during recovery