Looks like I don't have this fixed, so I have re-added it to the FAQ.
test=> create table xx (x int, y int) ;
CREATE
test=> insert into xx select usesysid, count(*) from pg_user group by
usesysid;
ERROR: The field being grouped by must appear in the target list
In this case, the group by the parser is checking for is x and y, not
the results of the select, so it fails.
--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)
pgsql-hackers by date
| Next: | From: Billy G. Allie | Date: 1998-03-01 06:54:30 |
| Subject: pg_atoi patch for postgreSQL 6.3. |
| Previous: | From: Billy G. Allie | Date: 1998-03-01 04:03:14 |
| Subject: Configure --with-tcl problems. |