Обсуждение: pkg: two postgresql clients

Поиск
Список
Период
Сортировка

pkg: two postgresql clients

От
ml@ft-c.de
Дата:
Hello,

1.
pkg upgrade show this result:

New packages to be INSTALLED:
        postgresql13-client: 13.7
        postgresql15-client: 15.b1_1

Installed packages to be UPGRADED:
        firefox: 103.0.1,2 -> 103.0.2,2
        nspr: 4.34 -> 4.34.1
        opencore-amr: 0.1.5 -> 0.1.6
        py39-psutil: 5.9.1_1 -> 5.9.1_2

There are two different PG clients. Is this correct?

2.
The command 
pkg install  firefox
New packages to be INSTALLED:
        postgresql15-client: 15.b1_1
Installed packages to be UPGRADED:
        firefox: 103.0.1,2 -> 103.0.2,2

PG is not a dependent package of firefox?

I use version:
postgres -V
postgres (PostgreSQL) 14.1

Franz




Re: pkg: two postgresql clients

От
Peter
Дата:
On Wed, Aug 10, 2022 at 09:25:37AM +0200, ml@ft-c.de wrote:

Hi Franz,

 You will get much better targeted help with such questions
at https://forums.freebsd.org (if it is FreeBSD you're running) or
in German on https://www.bsdforen.de/ (for all tastes of Berkekey).

Something is apparently wrong here. postgres-15 is AFAIK the development
branch, and it should not even be possible to install two versions
at the same time on the same node.

Which repository server are You using? (I compile locally, so I don't
know what might be offered from the public servers.) And what is Your
OS version?


cheerio,
PMc


! Hello,
!
! 1.
! pkg upgrade show this result:
!
! New packages to be INSTALLED:
!         postgresql13-client: 13.7
!         postgresql15-client: 15.b1_1
!
! Installed packages to be UPGRADED:
!         firefox: 103.0.1,2 -> 103.0.2,2
!         nspr: 4.34 -> 4.34.1
!         opencore-amr: 0.1.5 -> 0.1.6
!         py39-psutil: 5.9.1_1 -> 5.9.1_2
!
! There are two different PG clients. Is this correct?
!
! 2.
! The command 
! pkg install  firefox
! New packages to be INSTALLED:
!         postgresql15-client: 15.b1_1
! Installed packages to be UPGRADED:
!         firefox: 103.0.1,2 -> 103.0.2,2
!
! PG is not a dependent package of firefox?
!
! I use version:
! postgres -V
! postgres (PostgreSQL) 14.1
!
! Franz