test fails, because it's now winter time?
Search Criteria
Package Details: postgresql17-libs 17.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/postgresql17.git (read-only, click to copy) |
---|---|
Package Base: | postgresql17 |
Description: | Libraries for use with PostgreSQL |
Upstream URL: | https://www.postgresql.org/ |
Licenses: | custom:PostgreSQL |
Conflicts: | postgresql17-client |
Provides: | libecpg.so, libecpg_compat.so, libpgtypes.so, libpq.so, postgresql17-client |
Submitter: | mrechte |
Maintainer: | mrechte |
Last Packager: | mrechte |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-10-11 07:05 (UTC) |
Last Updated: | 2024-10-11 07:05 (UTC) |
Dependencies (19)
- krb5 (krb5-gitAUR)
- libldap
- openssl (openssl-gitAUR, openssl-staticAUR)
- readline (readline-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat)
- 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-fmlAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR) (make)
- tcl (tcl-fossilAUR, tcl84AUR) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compatAUR, zlib-ng-compat) (make)
Required by (2)
- postgresql17
- r-rpostgres (requires libpq.so)
Sources (8)
Latest Comments
teJECSke commented on 2024-11-15 08:11 (UTC)
teJECSke commented on 2024-11-15 08:10 (UTC)
am i missing some dependencies? yes i did miss dosbook-xml and docbook-xsl
/usr/bin/xmllint --nonet --path . --path . --output postgres-full.xml --noent --valid postgres.sgml I/O error : Attempt to load network entity: http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd postgres.sgml:22: warning: failed to load external entity "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"
mrechte commented on 2024-10-11 07:06 (UTC) (edited on 2024-10-24 06:45 (UTC) by mrechte)
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 2024-10-11 07:06 (UTC) (edited on 2024-10-24 06:45 (UTC) by mrechte)
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