Re: Query on Patch and Upgrade History in PostgreSQL - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Query on Patch and Upgrade History in PostgreSQL
Date
Msg-id eee6fdb78b957c40c9198d137cd01e52361b4602.camel@cybertec.at
Whole thread Raw
In response to Query on Patch and Upgrade History in PostgreSQL  (loganathan P <plogandba@gmail.com>)
Responses Re: Query on Patch and Upgrade History in PostgreSQL
List pgsql-general
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 are using a package manager, perhaps you can find the information there.

Yours,
Laurenz Albe



pgsql-general by date:

Previous
From: loganathan P
Date:
Subject: Query on Patch and Upgrade History in PostgreSQL
Next
From: Ron Johnson
Date:
Subject: Re: Query on Patch and Upgrade History in PostgreSQL