Package Details: postgresql16-libs 16.6-1

Git Clone URL: https://aur.archlinux.org/postgresql16.git (read-only, click to copy)
Package Base: postgresql16
Description: Libraries for use with PostgreSQL
Upstream URL: https://www.postgresql.org/
Licenses: custom:PostgreSQL
Conflicts: postgresql16-client
Provides: libecpg.so, libecpg_compat.so, libpgtypes.so, libpq.so, postgresql16-client
Submitter: mrechte
Maintainer: mrechte
Last Packager: mrechte
Votes: 0
Popularity: 0.000000
First Submitted: 2025-02-12 16:35 (UTC)
Last Updated: 2025-02-12 16:35 (UTC)

Pinned Comments

mrechte commented on 2025-02-12 16:40 (UTC)

Introduction

Unfortunately, for some unknown reason, AUR maintainer refuses competition with the official package at the same major version.

This version may cohabit with other major versions, including the official one.

Data directory is /var/lib/postgres/data16

Initialize the database
su - postgres
. /opt/postgresql16/bin/pgenv.sh
initdb -k
Start the service
systemctl start postgresql16
Use the service
. /opt/postgresql16/bin/pgenv.sh
psql -U postgres

Latest Comments

mrechte commented on 2025-02-12 16:40 (UTC)

Introduction

Unfortunately, for some unknown reason, AUR maintainer refuses competition with the official package at the same major version.

This version may cohabit with other major versions, including the official one.

Data directory is /var/lib/postgres/data16

Initialize the database
su - postgres
. /opt/postgresql16/bin/pgenv.sh
initdb -k
Start the service
systemctl start postgresql16
Use the service
. /opt/postgresql16/bin/pgenv.sh
psql -U postgres