1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: pgq-node
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper-compat (= 13), python3, postgresql-all (>= 217~)
Standards-Version: 4.5.0
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/postgresql/pgq-node.git
Vcs-Browser: https://salsa.debian.org/postgresql/pgq-node
Package: postgresql-13-pgq-node
Architecture: all
Depends: ${misc:Depends}, postgresql-13, postgresql-13-pgq3
Replaces: postgresql-13-pgq3 (<= 3.2.6-5)
Description: Cascaded queueing on top of PgQ
PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
database, each queue can be consumed by multiple consumers.
.
This package contains the pgq_node PostgreSQL extension that provides queue
node registration and coordination for cascaded queueing.
|