Re: Automatic PK values not added to new rows [RESOLVED]

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Automatic PK values not added to new rows [RESOLVED]
Date: 2022-05-25 18:25:10
Message-ID: 71aed218-3511-b2d1-bcb6-6a3c145bbca@appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 25 May 2022, Adrian Klaver wrote:

> From:
> https://www.postgresql.org/docs/current/functions-sequence.html
> SELECT setval('people_person_nbr_seq', 965);

Adrian,

Thanks. I didn't know where to look in the docs.

Regards,

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Kellerer 2022-05-25 19:41:41 Re: Automatic PK values not added to new rows
Previous Message Adrian Klaver 2022-05-25 18:21:33 Re: Automatic PK values not added to new rows