Re: small windows psqlrc re-wording
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: Robert Treat <rob@xzilla.net>, pgsql-hackers@lists.postgresql.org
Date: 2022-07-28T14:28:04Z
Lists: pgsql-hackers
Julien Rouhaud <rjuju123@gmail.com> writes: > On Thu, Jul 28, 2022 at 10:04:12AM -0400, Tom Lane wrote: >> If all supported versions do have home directories now, should we >> instead think about aligning the Windows behavior with everywhere >> else? > As far as I know the expected usage on Windows is still different. Even with > home directories application are still expected to put stuff in %APPDATA% (1), > in a dedicated directory. That's especially important since there is still no > concept of "hidden" files and the explorer still hides the extensions by > default. Ah. Yeah, if there's no convention about hiding files based on a leading "." then we definitely don't want to do that. regards, tom lane
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