Re: Query on Patch and Upgrade History in PostgreSQL

2025-10-18 Thread Adrian Klaver
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

Query on Patch and Upgrade History in PostgreSQL

2025-10-18 Thread loganathan P
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

Re: Query on Patch and Upgrade History in PostgreSQL

2025-09-24 Thread Ron Johnson
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

Re: Query on Patch and Upgrade History in PostgreSQL

2025-09-24 Thread Laurenz Albe
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