Re: BUG #17405: Minor upgrade from 12.9 to 12.10 works fine, but PSQL version shows "12.9"

From: julian(dot)garcia(at)inrop(dot)es
To: depesz(at)depesz(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #17405: Minor upgrade from 12.9 to 12.10 works fine, but PSQL version shows "12.9"
Date: 2022-02-15 15:05:44
Message-ID: f7528620b3e515a7ad193b1711816192@inrop.es
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello,

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

root(at)myserver ~ # sudo su - postgres
postgres(at)myserver ~ $ which psql
/usr/bin/psql
postgres(at)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(at)myserver ~ $ rpm -qf "$( which psql )"
file /usr/bin/psql is not owned by any package
postgres(at)myserver ~ $ rpm -qf "$( readlink -f "$( which psql )" )"
postgresql12-12.10-1PGDG.rhel6.x86_64
postgres(at)myserver ~ $

Best regards,
Julian

In response to

Responses

Browse pgsql-bugs by date

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