Block a user
postgresql-server-dev-18 (18.0-1)
Published 2025-10-16 13:48:55 +00:00 by jon
Installation
sudo curl -o /etc/apt/keyrings/gitea-jon.asc
echo "deb [signed-by=/etc/apt/keyrings/gitea-jon.asc] $distribution $component" | sudo tee -a /etc/apt/sources.list.d/gitea.list
sudo apt updateChoose $distribution and $component from the list below.
sudo apt install postgresql-server-dev-18=18.0-1
Repository Info
Distributions |
plucky |
Components |
main |
Architectures |
arm64 |
About this package
development files for PostgreSQL 18 server-side programming Header files for compiling SPI code to link into PostgreSQL's backend; for example, for C functions to be called from SQL. . This package also contains the Makefiles necessary for building add-on modules of PostgreSQL, which would otherwise have to be built in the PostgreSQL source-code tree. . PostgreSQL is an object-relational SQL database management system.
Dependencies
| clang-20 |
| libpq-dev (>= 18~~) |
| llvm-20-dev |
| postgresql-client-18 (= 18.0-1) |
| postgresql-common (>= 142~) |
| libc6 (>= 2.38) |