Re: BUG #17405: Minor upgrade from 12.9 to 12.10 works fine, but PSQL version shows "12.9" - Mailing list pgsql-bugs

From julian.garcia@inrop.es
Subject Re: BUG #17405: Minor upgrade from 12.9 to 12.10 works fine, but PSQL version shows "12.9"
Date
Msg-id f7528620b3e515a7ad193b1711816192@inrop.es
Whole thread Raw
In response to Re: BUG #17405: Minor upgrade from 12.9 to 12.10 works fine, but PSQL version shows "12.9"  (hubert depesz lubaczewski <depesz@depesz.com>)
List pgsql-bugs
Hello,

Thank you for the quick reply. I share the output below:

root@myserver ~ # sudo su - postgres
postgres@myserver ~ $ which psql
/usr/bin/psql
postgres@myserver ~ $ ls -l "$( which psql )" "$( readlink -f "$( which 
psql )" )"
lrwxrwxrwx 1 root root     28 Feb 15 11:25 /usr/bin/psql -> 
/etc/alternatives/pgsql-psql
-rwxr-xr-x 1 root root 632176 Feb  9 15:21 /usr/pgsql-12/bin/psql
postgres@myserver ~ $ rpm -qf "$( which psql )"
file /usr/bin/psql is not owned by any package
postgres@myserver ~ $ rpm -qf "$( readlink -f "$( which psql )" )"
postgresql12-12.10-1PGDG.rhel6.x86_64
postgres@myserver ~ $

Best regards,
Julian



pgsql-bugs by date:

Previous
From: Troy Frericks
Date:
Subject: Re: A bug with the TimeStampTZ data type and the 'AT TIME ZONE' clause
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: BUG #17405: Minor upgrade from 12.9 to 12.10 works fine, but PSQL version shows "12.9"