Re: PL/pgSQL bug?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: JanWieck(at)Yahoo(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PL/pgSQL bug?
Date: 2001-08-11 15:51:42
Message-ID: 15699.997545102@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> Ok, maybe another workaround might be adding a checking for cmax in
> the subselect:

> SELECT INTO myid i FROM t1 WHERE i = (SELECT i FROM t1 WHERE i = 1);

> to make sure that cmax > 0?

Huh? How would that help?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-11 15:55:02 Re: CREATE LANGUAGE
Previous Message Tom Lane 2001-08-11 15:50:30 Re: Select parser at runtime