Re: BUG #19013: When creating a table with the "...LIKE...INCLUDING ALL" construct, REPLICA IDENTITY output is wrong

David G. Johnston <david.g.johnston@gmail.com>

From: "David G. Johnston" <david.g.johnston@gmail.com>
To: dbman@sqlexec.com, pgsql-bugs@lists.postgresql.org
Date: 2025-08-05T23:01:18Z
Lists: pgsql-bugs

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Add the notion of REPLICA IDENTITY for a table.

On Tue, Aug 5, 2025 at 2:43 PM PG Bug reporting form <noreply@postgresql.org>
wrote:

> The following bug has been logged on the website:
>
> Bug reference:      19013
> Logged by:          Michael Vitale
> Email address:      dbman@sqlexec.com
> PostgreSQL version: 17.5
> Operating system:   CentOS 8 Streams
> Description:
>
>
We don't document that the replica identity attribute of a table is
something that can be copied.  'ALL' only covers those things which are
documented as being copy-able.

David J.