Re: small windows psqlrc re-wording
Julien Rouhaud <rjuju123@gmail.com>
From: Julien Rouhaud <rjuju123@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Treat <rob@xzilla.net>, pgsql-hackers@lists.postgresql.org
Date: 2022-09-08T07:46:10Z
Lists: pgsql-hackers
On Wed, Sep 07, 2022 at 01:10:11PM -0400, Tom Lane wrote: > After looking at the text more carefully, I thought it could use > a deal more help than Robert has given it. I propose the attached. It looks good to me. - for example <filename>~/.psqlrc-9.2</filename> or - <filename>~/.psqlrc-9.2.5</filename>. The most specific + for example <filename>~/.psqlrc-15</filename> or + <filename>~/.psqlrc-15.2</filename>. The most specific This bit is a bit saddening. It's probably good to switch to the new 2 digits versioning but not trying to maintain it any further right? That being said, should the patch mention versions that at least currently exist, like -14 and -14.5?
Commits
-
Doc: improve documentation about where the psqlrc files are.
- f734857a9211 16.0 landed
- e0636ca90b81 15.0 landed
-
Make Windows 10 the minimal runtime requirement for WIN32
- 495ed0ef2d72 16.0 cited