Package Details: postgresql18 18.0-1

Git Clone URL: https://aur.archlinux.org/postgresql18.git (read-only, click to copy)
Package Base: postgresql18
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: 2025-09-29 10:43 (UTC)
Last Updated: 2025-09-29 10:43 (UTC)

Required by (400)

Sources (9)

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