This commit is contained in:
2024-08-13 09:20:08 +03:00
parent 1f56389cbd
commit dea7d7cd0e
26 changed files with 965 additions and 310 deletions

View File

@@ -1,7 +1,3 @@
Package: *
Pin: release a=bookworm-pgdg
Pin-Priority: 600
Package: src:postgresql-16
Pin: release a=bookworm-pgdg
Pin-Priority: 700

View File

@@ -0,0 +1,3 @@
Package: src:postgresql-%{PG_MAJOR}
Pin: release a=bookworm-pgdg
Pin-Priority: 650

View File

@@ -1,5 +1,5 @@
Types: deb
URIs: http://apt.postgresql.org/pub/repos/apt/
Suites: bookworm-pgdg
Components: main 16
Components: main
Signed-By: /etc/apt/keyrings/pgdg.gpg.asc

5
apt/sources.pgdg-ver.in Normal file
View File

@@ -0,0 +1,5 @@
Types: deb
URIs: http://apt.postgresql.org/pub/repos/apt/
Suites: bookworm-pgdg
Components: %{PG_MAJOR}
Signed-By: /etc/apt/keyrings/pgdg.gpg.asc