Re: Postgres and --config-file option
David G. Johnston <david.g.johnston@gmail.com>
From: "David G. Johnston" <david.g.johnston@gmail.com>
To: Aleksander Alekseev <aleksander@timescale.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Nathan Bossart <nathandbossart@gmail.com>
Date: 2024-02-02T21:23:23Z
Lists: pgsql-hackers
Attachments
- v2-0001-Clarify-error-message-about-specifying-config-fil.patch (text/x-patch) patch v2-0001
On Mon, Jan 15, 2024 at 4:35 AM Aleksander Alekseev < aleksander@timescale.com> wrote: > PFA the patch. It's short but I think it mitigates the problem. > > I took a look at where these options are discussed in the documentation and now feel that we should make these options clear more broadly (config and libpq, plus pointing to --name from -c in a couple of places). It doesn't add much verbosity and, frankly, if I was to pick one "--name=value" would win and so I'd rather document it, leaving -c alone for historical reasons. I've attached a replacement patch with the additional changes. David J.
Commits
-
doc: Mention more variant --name=value of -c name=value for postgres
- f01e3ba56fd1 17.0 landed