Re: small windows psqlrc re-wording
Robert Treat <rob@xzilla.net>
From: Robert Treat <rob@xzilla.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Julien Rouhaud <rjuju123@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2022-09-10T13:07:29Z
Lists: pgsql-hackers
On Fri, Sep 9, 2022 at 1:52 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: > > I wrote: > > On testing that in HEAD, I read > > > Both the system-wide startup file and the user's personal startup file > > can be made psql-version-specific by appending a dash and the > > PostgreSQL major or minor release number to the file name, for example > > ~/.psqlrc-16 or ~/.psqlrc-16devel. > > > That's a little confusing but it's actually accurate, because what > > process_psqlrc_file appends is the string PG_VERSION, so in a devel > > branch or beta release there's a non-numeric "minor release". > > I'm inclined to go ahead and do it like that. > > I decided that what I found jarring about that was the use of "release > number" with a non-numeric version, so I changed it to "release > identifier" and pushed. > Looks good. Thanks Tom / Julien. Robert Treat https://xzilla.net
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