@lars, thanks for reporting.
Search Criteria
Package Details: postgresql17 17.7-2
Package Actions
| 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: | 1 |
| Popularity: | 0.94 |
| First Submitted: | 2025-11-13 15:21 (UTC) |
| Last Updated: | 2025-11-19 07:00 (UTC) |
Dependencies (32)
- icu (icu-gitAUR)
- krb5 (krb5-gitAUR)
- libldap (libldap-gnutlsAUR)
- libxml2 (libxml2-gitAUR)
- libxslt (libxslt-gitAUR)
- llvm-libs (llvm-libs-gitAUR)
- lz4 (lz4-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- pam (pam-selinuxAUR)
- postgresql17-libsAUR
- readline (readline-gitAUR)
- systemd-libs (systemd-libs-gitAUR, systemd-libs-selinuxAUR)
- zstd (zstd-gitAUR, zstd-staticAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- docbook-xml (make)
- docbook-xsl (make)
- icu (icu-gitAUR) (make)
- krb5 (krb5-gitAUR) (make)
- libldap (libldap-gnutlsAUR) (make)
- libxml2 (libxml2-gitAUR) (make)
- Show 12 more dependencies...
Required by (406)
- adminer (requires postgresql) (optional)
- adminer-editor (requires postgresql) (optional)
- adminer-git (requires postgresql) (optional)
- akkoma (requires postgresql) (optional)
- akkoma-bin (requires postgresql) (optional)
- akkoma-git (requires postgresql) (optional)
- akonadi-git (requires postgresql) (make)
- akonadi-git (requires postgresql) (optional)
- alerta (requires postgresql) (optional)
- anastasis (requires postgresql)
- anastasis-git (requires postgresql)
- anastasis-gtk (requires postgresql)
- anastasis-gtk-git (requires postgresql)
- appflowy-cloud (requires postgresql) (optional)
- armitage-git (requires postgresql)
- arsse (requires postgresql) (optional)
- arsse-git (requires postgresql) (optional)
- asterisk (requires postgresql) (optional)
- asterisk-lts-18 (requires postgresql) (optional)
- asterisk-lts-20 (requires postgresql) (optional)
- Show 386 more...
Sources (8)
Latest Comments
mrechte commented on 2025-11-19 07:01 (UTC)
lars commented on 2025-11-16 11:20 (UTC)
Please add 'docbook-xml' and 'docbook-xsl' to makedepends or the documentation won't build.
mrechte commented on 2025-11-13 15:22 (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/postgresql17/bin/pgenv.sh
psql -U postgres
Pinned Comments
mrechte commented on 2025-11-13 15:22 (UTC)
Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data17
Initialize the database
Start the service
Use the service