Re: PG minor version in data directory?
Justin Clift <justin@postgresql.org>
From: Justin Clift <justin@postgresql.org>
To: "David G. Johnston" <david.g.johnston@gmail.com>
Cc: pgsql-general@lists.postgresql.org
Date: 2023-08-19T04:22:25Z
Lists: pgsql-general
On 2023-08-19 14:10, David G. Johnston wrote: > On Fri, Aug 18, 2023 at 6:36 PM Justin Clift <justin@postgresql.org> > wrote: > >> If the minor version is already tracked somewhere as well, that >> would be extremely useful for my use case. >> >> > The data directory doesn't have a concept of "minor version". Only the > installed libraries and binaries do. Thanks, that's what I figured. I'll have to keep state in a PG_VERSION_MINOR there or something. :) Regards and best wishes, Justin Clift