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(dot)maurya(at)lavainternational(dot)in, 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 13:28:44
Message-ID: CAKFQuwYTRYCjdt59FwJDTjgFn_bg97Rfhk4OEYR1iGgdfk1J-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Sep 1, 2021 at 4:44 AM PG Bug reporting form <noreply(at)postgresql(dot)org>
wrote:

> ERROR: column "min_value" does not exist at character 19
> SELECT last_value,min_value,max_value,increment_by from
> public.secondary_sales_secondary_sales_id_seq;
>
>
Sequences were reworked in version 10 and that field on that table no
longer exists. There is now a catalog:

https://www.postgresql.org/docs/current/catalog-pg-sequence.html

David J.

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2021-09-01 13:33:25 Re: BUG #17173: Primary Key ignored resulting in duplicate values
Previous Message PG Bug reporting form 2021-09-01 11:17:18 BUG #17174: ERROR: column "min_value" does not exist at character 19 2021-09