Move to PG17 devel.
Search Criteria
Package Details: postgresql-devel-docs 17devel-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/postgresql-devel.git (read-only, click to copy) |
---|---|
Package Base: | postgresql-devel |
Description: | HTML documentation for PostgreSQL |
Upstream URL: | https://www.postgresql.org/ |
Licenses: | custom:PostgreSQL |
Provides: | postgresql |
Submitter: | mrechte |
Maintainer: | mrechte |
Last Packager: | mrechte |
Votes: | 1 |
Popularity: | 0.000743 |
First Submitted: | 2022-03-04 13:00 (UTC) |
Last Updated: | 2023-11-11 15:03 (UTC) |
Dependencies (14)
- 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)
- perl (perl-gitAUR) (make)
- python (python32AUR, python37AUR, python310AUR) (make)
- systemd (systemd-gitAUR, systemd-chromiumosAUR, systemd-selinuxAUR) (make)
- tcl (tcl84AUR, tcl-nothreadingAUR, tcl-fossilAUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR) (make)
Required by (350)
- 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) (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)
- 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 330 more...
Sources (8)
Latest Comments
mrechte commented on 2023-11-11 15:03 (UTC)
tburgey commented on 2023-08-26 13:12 (UTC) (edited on 2023-08-26 13:14 (UTC) by tburgey)
got when running makepkg
postgresql-devel/PKGBUILD: line 35: cd: postgresql-16beta1: No such file or directory
mrechte commented on 2023-06-09 12:28 (UTC) (edited on 2023-06-09 12:31 (UTC) by mrechte)
Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data16beta1
Initialize the database
su - postgres
. /opt/postgresql-devel/bin/pgenv.sh
initdb -k
Start the service
systemctl start postgresql-devel
Use the service
. /opt/postgresql-devel/bin/pgenv.sh
psql -U postgres
mrechte commented on 2023-06-09 12:03 (UTC)
Moved to PG16 beta1
mrechte commented on 2022-12-17 12:37 (UTC)
Fixed. Moved to PG16 devel.
vitor_hideyoshi commented on 2022-12-17 00:47 (UTC)
Validity checks failed in the latest version
postgresql-snapshot.tar.bz2 ... Skipped
postgresql-run-socket.patch ... Passed
postgresql-perl-rpath.patch ... Passed
postgresql.service ... FAILED
postgresql-check-db-dir ... Passed
postgresql.sysusers ... Passed
postgresql.tmpfiles ... FAILED
pgenv.sh ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'postgresql-devel-15devel-2 (postgresql-devel-libs postgresql-devel)':
error: packages failed to build: postgresql-devel-15devel-2 (postgresql-devel-libs postgresql-devel)
Pinned Comments
mrechte commented on 2023-06-09 12:28 (UTC) (edited on 2023-06-09 12:31 (UTC) by mrechte)
Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data16beta1
Initialize the database
Start the service
Use the service