BUG #19635: Missing entry in information_schema.sequences when creating a Tale with auto increment

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: jonas-lugner(at)gmx(dot)de
Subject: BUG #19635: Missing entry in information_schema.sequences when creating a Tale with auto increment
Date: 2026-08-21 09:02:26
Message-ID: 19635-4a34f67d4340bd64@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 19635
Logged by: Missing entry in information_schema.sequences
Email address: jonas-lugner(at)gmx(dot)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
);

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2026-08-21 09:23:51 BUG #19636: heap_fill_tuple misses short varlena conversion after EOH_flatten_into, causing 3-byte waste per row
Previous Message Fujii Masao 2026-08-21 08:41:47 Re: BUG #19629: pg_restore_relation_stats reports XX000 instead of proper SQLSTATE for input validation errors