On 9/24/25 01:17, loganathan P wrote:
Dear All,
How do I find the date and time of applied minor patches and upgrades in
a PostgreSQL database level?
In addition to looking at package information, as others have mentioned,
there is:
https://git.postgresql.org/gitweb/?p=postgresql.git
Cli
Dear All,
How do I find the date and time of applied minor patches and upgrades in a
PostgreSQL database level?
Thanks.
Regards,
Loganathan P
On Wed, Sep 24, 2025 at 6:37 AM Laurenz Albe
wrote:
> On Wed, 2025-09-24 at 13:47 +0530, loganathan P wrote:
> > How do I find the date and time of applied minor patches and upgrades in
> a PostgreSQL database level?
>
> This information is not stored inside the database.
> A minor upgrade just m
On Wed, 2025-09-24 at 13:47 +0530, loganathan P wrote:
> How do I find the date and time of applied minor patches and upgrades in a
> PostgreSQL database level?
This information is not stored inside the database.
A minor upgrade just means replacing the files and restarting the server.
If you ar