Package Details: postgresql17-docs 17.0-1

Git Clone URL: https://aur.archlinux.org/postgresql17.git (read-only, click to copy)
Package Base: postgresql17
Description: HTML documentation for PostgreSQL
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: 2024-10-11 07:05 (UTC)
Last Updated: 2024-10-11 07:05 (UTC)

Required by (351)

Sources (8)

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
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

Latest Comments

teJECSke commented on 2024-11-15 08:11 (UTC)

test fails, because it's now winter time?

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