Package Details: postgresql17 17.7-2

Git Clone URL: https://aur.archlinux.org/postgresql17.git (read-only, click to copy)
Package Base: postgresql17
Description: Sophisticated object-relational DBMS
Upstream URL: https://www.postgresql.org/
Licenses: custom:PostgreSQL
Provides: postgresql
Submitter: mrechte
Maintainer: mrechte
Last Packager: mrechte
Votes: 1
Popularity: 0.94
First Submitted: 2025-11-13 15:21 (UTC)
Last Updated: 2025-11-19 07:00 (UTC)

Required by (406)

Sources (8)

Pinned Comments

mrechte commented on 2025-11-13 15:22 (UTC)

Introduction

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

Data directory is /var/lib/postgres/data17

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

Latest Comments

mrechte commented on 2025-11-19 07:01 (UTC)

@lars, thanks for reporting.

lars commented on 2025-11-16 11:20 (UTC)

Please add 'docbook-xml' and 'docbook-xsl' to makedepends or the documentation won't build.

mrechte commented on 2025-11-13 15:22 (UTC)

Introduction

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

Data directory is /var/lib/postgres/data17

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