Raw Package Information
Package: postgresql-14-pg-background
Source: pg-background
Version: 2.0.2-1.pgdg22.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-14, libc6 (>= 2.14)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-14-pg-background_2.0.2-1.pgdg22.04+1_amd64.deb
Size: 104076
SHA512: 2640b287f203fec9191e1d07a08b79c27611410e2d4ea426d3c1c405892c21636e432353528bea7be528a519eeae35b08b5170e76c5d83fdd06e190a30f33847
SHA256: 36e4bd303c6e4c0247a40ad628a315fa816174e071deee01b9a45a46ff88115b
SHA1: 7940cb3ca6c0a2055c488358a67cea22516562dc
MD5sum: d588c5d50c9268ea779506b7261a2383
Description: Background SQL extension for PostgreSQL
pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
background worker processes within PostgreSQL. It allows workloads requiring
asynchronous execution, autonomous transactions, and long-running operations
without blocking client sessions.
.
Unlike dblink (which creates a separate connection) or client-side async
patterns, pg_background workers run inside the database server with full
access to local resources while operating in independent transactions.