Move to PG17 devel.
Search Criteria
Package Details: postgresql-devel-docs 18devel-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 |
Submitter: | mrechte |
Maintainer: | mrechte |
Last Packager: | mrechte |
Votes: | 1 |
Popularity: | 0.000001 |
First Submitted: | 2022-03-04 13:00 (UTC) |
Last Updated: | 2024-10-11 07:21 (UTC) |
Dependencies (14)
- clang (llvm-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR) (make)
- icu (icu-gitAUR) (make)
- krb5 (krb5-gitAUR) (make)
- libldap (make)
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR) (make)
- libxslt (libxslt-gitAUR) (make)
- llvm (llvm-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- pam (pam-selinuxAUR) (make)
- perl (perl-gitAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR) (make)
- tcl (tcl-fossilAUR, tcl84AUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR) (make)
Required by (0)
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 2024-03-28 11:03 (UTC) by mrechte)
Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data17devel
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
Tips for generating package
See comments in PKGBUILD
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 2024-03-28 11:03 (UTC) by mrechte)
Introduction
This version may cohabit with other major versions, including the official one.
Data directory is /var/lib/postgres/data17devel
Initialize the database
Start the service
Use the service
Tips for generating package
See comments in PKGBUILD