Re: filtering after join

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: andrew <andrew(dot)ylzhou(at)gmail(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: filtering after join
Date: 2006-01-27 14:55:39
Message-ID: 2048.1138373739@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

andrew <andrew(dot)ylzhou(at)gmail(dot)com> writes:
> I got errors in this query. I have a function complete(record) which
> takes a generic record type data. But it seems cannot be applied to a
> sub-select result:

As I seem to recall having mentioned several times already, PG 7.3 is
really, really weak in this area. (If you ever got it to work, which
I doubt you will, you'd probably then start to notice how badly it
leaks memory for whole-row operations...)

You should either forget this idea or invest the effort to move up
to PG 8.1.

regards, tom lane

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message andrew 2006-01-27 15:21:24 Re: filtering after join
Previous Message Mario Splivalo 2006-01-27 13:33:09 Re: How to find a temporary table