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

Peter Smith <smithpb2250@gmail.com>

From: Peter Smith <smithpb2250@gmail.com>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-08-05T00:05:15Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Throw ERROR when publish_generated_columns is specified without a value.

  2. Message style improvements