Package Details: postgresql16-docs 16.6-1

Git Clone URL: https://aur.archlinux.org/postgresql16.git (read-only, click to copy)
Package Base: postgresql16
Description: HTML documentation for PostgreSQL
Upstream URL: https://www.postgresql.org/
Licenses: custom:PostgreSQL
Provides: postgresql
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)

Dependencies (14)

Required by (388)

Sources (8)

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