Package Details: postgresql16 16.1-4

Git Clone URL: https://aur.archlinux.org/postgresql16.git (read-only, click to copy)
Package Base: postgresql16
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: 2022-10-17 12:02 (UTC)
Last Updated: 2023-11-16 08:07 (UTC)

Required by (348)

Sources (8)

Pinned Comments

mrechte commented on 2023-08-28 17:10 (UTC) (edited on 2023-11-11 11:00 (UTC) by mrechte)

Introduction

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 2023-11-11 11:08 (UTC)

Release 16.1. Added provides=("postgresql"). Now compiles with default clang/llvm (version 16). Removed --with-perl which was failing tests

ticpu commented on 2023-11-08 14:37 (UTC)

Much nicer way to handle Postgresql and its upgrades. Could you please add a provides=("postgresql") to it to satisfy applications such as peertube that depends on it?

mrechte commented on 2023-08-28 17:10 (UTC) (edited on 2023-11-11 11:00 (UTC) by mrechte)

Introduction

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

mrechte commented on 2023-08-26 14:13 (UTC)

Update for beta3.

mrechte commented on 2023-06-09 11:37 (UTC)

This is a placeholder. Use https://aur.archlinux.org/packages/postgresql-devel for v16 dev.

duongdominhchau commented on 2023-06-06 06:06 (UTC) (edited on 2023-06-06 06:07 (UTC) by duongdominhchau)

I'm getting 404 because the source code is now in v16beta1 instead of v16.0. Is this package just a placeholder for a pinned postgresql major version or is it actually a package for installing preview versions?