| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | olly(at)lfix(dot)co(dot)uk (Oliver Elphick) |
| Cc: | hackers(at)postgreSQL(dot)org, lockhart(at)alumni(dot)caltech(dot)edu |
| Subject: | Re: [HACKERS] Parser bug? |
| Date: | 1998-11-23 20:10:15 |
| Message-ID: | 199811232010.PAA12173@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> I think this is a bug in 6.4:
>
> bray=> select rcname, rcsrc from pg_relcheck where rcrelid =
> '115404'::oid and rcrelid in (select min(rcrelid) from pg_relcheck
> group by rcname); ERROR: parser: Subselect has too many or too
> few fields.
>
> The subselect only produces one column; so I think that the
> error message is wrong.
What is the GROUP BY doing?
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oliver Elphick | 1998-11-23 23:18:26 | Re: [HACKERS] Parser bug? |
| Previous Message | Oliver Elphick | 1998-11-23 19:50:06 | Re: [HACKERS] pg_dump bug - problems along the way |