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
- v1-0001-CREATE-PUBLICATION-gencols-param-with-no-value.patch (application/octet-stream) patch v1-0001
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
-
Throw ERROR when publish_generated_columns is specified without a value.
- c9a5860f7a56 19 (unreleased) landed
- e5d04aedaf3a 18.0 landed
-
Message style improvements
- 50fd428b2b9c 18.0 cited