Package Details: postgresql17 17.0-1

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: 0
Popularity: 0.000000
First Submitted: 2024-10-11 07:05 (UTC)
Last Updated: 2024-10-11 07:05 (UTC)

Required by (318)

Sources (8)

Pinned Comments

mrechte commented on 2024-10-11 07:06 (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/postgresql15/bin/pgenv.sh
psql -U postgres

Latest Comments

mrechte commented on 2024-10-11 07:06 (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/postgresql15/bin/pgenv.sh
psql -U postgres