Package Base Details: postgresql18

Git Clone URL: https://aur.archlinux.org/postgresql18.git (read-only, click to copy)
Submitter: mrechte
Maintainer: mrechte
Last Packager: mrechte
Votes: 0
Popularity: 0.000000
First Submitted: 2025-09-29 10:43 (UTC)
Last Updated: 2025-09-29 10:43 (UTC)

Pinned Comments

mrechte commented on 2025-09-29 10:46 (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/data18

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

Latest Comments

mrechte commented on 2025-09-29 10:46 (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/data18

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