Re: BUG #17174: ERROR: column "min_value" does not exist at character 19 2021-09

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Ram Pratap Maurya <ram(dot)maurya(at)lavainternational(dot)in>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #17174: ERROR: column "min_value" does not exist at character 19 2021-09
Date: 2021-09-01 14:02:54
Message-ID: CAKFQuwZ4PjgqpprxvTbHCRNZvwnjw0g1ONHspZLZ6CecUQ-DfA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Sep 1, 2021 at 6:54 AM Ram Pratap Maurya <
ram(dot)maurya(at)lavainternational(dot)in> wrote:

>
> Yes table don’t have field but we face this error last 15 days only.
>
> What is the reason for this error ,there is any program error or any
> PostgreSQL issue for this.
>
>
>

There is nothing wrong on PostgreSQL's side. Something in your environment
is executing the query you showed, which when done against a version of
PostgreSQL >= v10, will fail. You need to figure out what that "something"
is, and then probably upgrade it to its newest release which hopefully has
a modified query for v10+ servers.

David J.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2021-09-01 15:40:36 Re: BUG #17172: NaN compare error in hash agg
Previous Message Ram Pratap Maurya 2021-09-01 13:54:51 RE: BUG #17174: ERROR: column "min_value" does not exist at character 19 2021-09