Re: [HACKERS] Open 6.5 items

From: Keith Parks <emkxp01(at)mtcc(dot)demon(dot)co(dot)uk>
To: pgsql-hackers(at)postgresql(dot)org, maillist(at)candle(dot)pha(dot)pa(dot)us
Subject: Re: [HACKERS] Open 6.5 items
Date: 1999-06-03 22:30:42
Message-ID: 199906032230.XAA25417@mtcc.demon.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
>

What's this item? Do we have anything more specific?

> SELECT * FROM test WHERE test IN (SELECT * FROM test) fails with strange error

postgres=> drop table test;
DROP
postgres=> create table test ( test int );
CREATE
postgres=> insert into test values ( 3);
INSERT 148950 1
postgres=> insert into test values ( 2);
INSERT 148951 1
postgres=> insert into test values ( 1);
INSERT 148952 1
postgres=> SELECT * FROM test WHERE test IN (SELECT * FROM test);
test
----
3
2
1
(3 rows)

postgres=>

Looks OK to me.

Keith.

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-06-03 23:05:56 Re: [HACKERS] Open 6.5 items
Previous Message Don Baccus 1999-06-03 22:15:16 Re: [HACKERS] Priorities for 6.6