Re: Pgoutput not capturing the generated columns

Rajendra Kumar Dangwal <dangwalrajendra888@gmail.com>

From: Rajendra Kumar Dangwal <dangwalrajendra888@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: euler@eulerto.com
Date: 2023-09-11T09:23:00Z
Lists: pgsql-hackers
Hi PG Hackers.

We are interested in enhancing the functionality of the pgoutput plugin by adding support for generated columns. 
Could you please guide us on the necessary steps to achieve this? Additionally, do you have a platform for tracking such feature requests? Any insights or assistance you can provide on this matter would be greatly appreciated.

Many thanks.
Rajendra.




Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Doc: Generated column replication.

  2. Rename pubgencols_type to pubgencols in pg_publication.

  3. Doc: Fix column name in pg_publication catalog.

  4. Fix buildfarm failure introduced by commit e65dbc9927.

  5. Change publication's publish_generated_columns option type to enum.

  6. Fix \dRp+ output when describing publications with a lower server version.

  7. Replicate generated columns when 'publish_generated_columns' is set.

  8. Doc: Update the behavior of generated columns in Logical Replication.

  9. Replicate generated columns when specified in the column list.

  10. Doc: Generated columns are skipped for logical replication.