Re: CREATE PUBLICATION with 'publish_generated_columns' parameter specified but unassigned

From: Peter Smith <smithpb2250(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: CREATE PUBLICATION with 'publish_generated_columns' parameter specified but unassigned
Date: 2025-08-05 00:05:15
Message-ID: CAHut+PuK=ti7kL5+cZQX5icn5Ko1An0eQZ3rNBehDfMnNCXdtA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here is a v1 patch, where:

- now user gets ERROR if the 'publish_generated_columns' parameter is
specified without a value
- regression tests are updated

(docs are unchanged)

======
Kind Regards,
Peter Smith.
Fujitsu Australia

Attachment Content-Type Size
v1-0001-CREATE-PUBLICATION-gencols-param-with-no-value.patch application/octet-stream 5.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Xuneng Zhou 2025-08-05 00:14:37 Re: Bug in pg_dump --filter? - Invalid object types can be misinterpreted as valid
Previous Message Masahiko Sawada 2025-08-04 23:43:26 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart