Release 16.1. Added provides=("postgresql"). Now compiles with default clang/llvm (version 16). Removed --with-perl which was failing tests
Search Criteria
Package Details: postgresql16 16.1-4
Package Actions
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) |
Dependencies (28)
- icu (icu-gitAUR)
- krb5 (krb5-gitAUR)
- libldap (libldap24AUR)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- libxslt (libxslt-gitAUR)
- llvm-libs (llvm-libs-gitAUR)
- openssl (openssl-gitAUR, openssl-hardenedAUR, openssl-staticAUR, quictls-opensslAUR)
- pam (pam-selinuxAUR)
- postgresql16-libsAUR
- readline (readline-gitAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR)
- clang (clang8AUR, clang-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- icu (icu-gitAUR) (make)
- krb5 (krb5-gitAUR) (make)
- libldap (libldap24AUR) (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- libxslt (libxslt-gitAUR) (make)
- llvm (llvm8AUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-hardenedAUR, openssl-staticAUR, quictls-opensslAUR) (make)
- pam (pam-selinuxAUR) (make)
- Show 8 more dependencies...
Required by (348)
- adminer (requires postgresql) (optional)
- adminer-editor (requires postgresql) (optional)
- adminer-git (requires postgresql) (optional)
- akkoma (requires postgresql) (optional)
- akkoma-bin (requires postgresql) (optional)
- akonadi-git (requires postgresql) (optional)
- akonadi-git (requires postgresql) (make)
- alerta (requires postgresql) (optional)
- anastasis (requires postgresql)
- anastasis-git (requires postgresql)
- anastasis-gtk (requires postgresql)
- anastasis-gtk-git (requires postgresql)
- armitage-git (requires postgresql)
- arsse (requires postgresql) (optional)
- arsse-git (requires postgresql) (optional)
- asterisk (requires postgresql) (optional)
- asterisk-cisco (requires postgresql) (optional)
- asterisk-lts-18 (requires postgresql) (optional)
- asterisk-lts-20 (requires postgresql) (optional)
- autobrr (requires postgresql) (optional)
- Show 328 more...
Sources (8)
Latest Comments
mrechte commented on 2023-11-11 11:08 (UTC)
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?
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
Start the service
Use the service