Re: ERROR: ORDER/GROUP BY expression not found in targetlist - Mailing list pgsql-hackers

From Rushabh Lathia
Subject Re: ERROR: ORDER/GROUP BY expression not found in targetlist
Date
Msg-id CAGPqQf3EnjmUEFx69bHuDiFQz3tvfsy620JCdvv7tmXEt+w-vA@mail.gmail.com
Whole thread Raw
In response to Re: ERROR: ORDER/GROUP BY expression not found in targetlist  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Thanks Tom.

I performed testing with the latest commit and test are
running fine.

On Tue, Jun 28, 2016 at 8:14 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
Rushabh Lathia <rushabh.lathia@gmail.com> writes:
> SELECT setval('s', max(100)) from tab;
> ERROR:  ORDER/GROUP BY expression not found in targetlist

Fixed, thanks for the report!

                        regards, tom lane



--
Rushabh Lathia

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: primary_conninfo missing from pg_stat_wal_receiver
Next
From: Craig Ringer
Date:
Subject: Re: How to kill a Background worker and Its metadata