Re: Query on Patch and Upgrade History in PostgreSQL

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: loganathan P <plogandba(at)gmail(dot)com>, pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Query on Patch and Upgrade History in PostgreSQL
Date: 2025-09-24 10:37:02
Message-ID: eee6fdb78b957c40c9198d137cd01e52361b4602.camel@cybertec.at
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2025-09-24 13:11:11 Re: Query on Patch and Upgrade History in PostgreSQL
Previous Message loganathan P 2025-09-24 08:17:27 Query on Patch and Upgrade History in PostgreSQL