PG Docs - CREATE SUBSCRIPTION option list order
Peter Smith <smithpb2250@gmail.com>
From: Peter Smith <smithpb2250@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-04-18T23:59:44Z
Lists: pgsql-hackers
Attachments
- v1-0001-create-subscription-options-list-order.patch (application/octet-stream) patch v1-0001
Hi, The CREATE SUBSCRIPTION documentation [1] includes a list of "WITH" options, which are currently in some kind of quasi alphabetical / random order which I found unnecessarily confusing. I can't think of any good reason for the current ordering, so PSA my patch which has identical content but just re-orders that option list to be alphabetical. ------ [1] = https://www.postgresql.org/docs/devel/sql-createsubscription.html Kind Regards, Peter Smith. Fujitsu Australia
Commits
-
Doc: improve documentation of CREATE/ALTER SUBSCRIPTION.
- 1882d6cca161 15.0 landed
-
Doc: Change optional parameters grouping in Create Subscription.
- fee1040fe330 15.0 landed