Re: Function returns error (view)

From: "Markus Bertheau" <mbertheau(dot)pg(at)googlemail(dot)com>
To: "Bart Degryse" <Bart(dot)Degryse(at)indicator(dot)be>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Function returns error (view)
Date: 2008-02-27 09:37:08
Message-ID: 684362e10802270137r5e2c6108i9b0971410bc4a2b5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

2008/2/27, Bart Degryse <Bart(dot)Degryse(at)indicator(dot)be>:
>
>
> For rather "simple" queries like this one PostgreSQL indeed seems to be
> quite smart.
> I have quite a lot of statements where it does make a difference though
> (PostgreSQL 8.2.4).

I would rather find a situation where an explicit join is planned
significantly different than an equivalent IN to be a bug in
PostgreSQL:

Markus

--
Markus Bertheau
Blog: http://www.bluetwanger.de/blog/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Sofer, Yuval 2008-02-27 11:22:33 how do I get table DDL from psql (not from pg_dump)
Previous Message Stefan Scheidegger 2008-02-27 09:25:59 REFERENCES and INHERITS restrictions?