agora inbox for pgsql-bugs@postgresql.org
help / color / mirror / Atom feedFrom: PG Bug reporting form <noreply@postgresql.org>
To: pgsql-bugs@lists.postgresql.org
Cc: jonas-lugner@gmx.de
Subject: BUG #19635: Missing entry in information_schema.sequences when creating a Tale with auto increment
Date: Fri, 21 Aug 2026 09:02:26 +0000
Message-ID: <19635-4a34f67d4340bd64@postgresql.org> (raw)
The following bug has been logged on the website:
Bug reference: 19635
Logged by: Missing entry in information_schema.sequences
Email address: jonas-lugner@gmx.de
PostgreSQL version: 16.15
Operating system: Alpine Linux via Docker
Description:
When running the following code I expect that a entry is generated in
information_schema.sequences, however this is not the case.
CREATE TABLE users (
id INT GENERATED BY DEFAULT AS IDENTITY PRIMARY KEY
);
view thread (2+ messages) latest in thread
Message-ID: <19635-4a34f67d4340bd64@postgresql.org>
Permalink: ../19635-4a34f67d4340bd64@postgresql.org/
Also on: postgresql.org/message-id/19635-4a34f67d4340bd64@postgresql.org
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-bugs@postgresql.org
Cc: noreply@postgresql.org, pgsql-bugs@lists.postgresql.org, jonas-lugner@gmx.de
Subject: Re: BUG #19635: Missing entry in information_schema.sequences when creating a Tale with auto increment
In-Reply-To: <19635-4a34f67d4340bd64@postgresql.org>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox