pglogical_ticker
pglogical_ticker
pglogical_ticker : Have an accurate view on pglogical replication delay
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9510 | pglogical_ticker | pglogical_ticker | 1.4.1 | ETL | PostgreSQL | C |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--sLd-- | No | Yes | Yes | Yes | no | no |
| Relationships | |
|---|---|
| Requires | pglogical |
| See Also | pglogical_origin pgl_ddl_deploy pg_failover_slots pgactive wal2json decoderbufs repmgr decoder_raw |
require a patch on el, pg18 break on el
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG | 1.4.1 | 18 17 16 15 14 13 | pglogical_ticker | - |
| RPM | PIGSTY | 1.4.1 | 18 17 16 15 14 13 | pglogical_ticker_$v* | pglogical_$v |
| DEB | PGDG | 1.4.1 | 18 17 16 15 14 13 | postgresql-$v-pglogical-ticker | postgresql-$v-pglogical |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 |
el8.aarch64 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 |
el9.x86_64 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 |
el9.aarch64 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 |
el10.x86_64 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 |
el10.aarch64 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 | PIGSTY 1.4.1 |
d12.x86_64 | PIGSTY 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 |
d12.aarch64 | PIGSTY 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 |
d13.x86_64 | PIGSTY 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 |
d13.aarch64 | PIGSTY 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 |
u22.x86_64 | PIGSTY 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 |
u22.aarch64 | PIGSTY 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 |
u24.x86_64 | PIGSTY 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 |
u24.aarch64 | PIGSTY 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 | PGDG 1.4.1 |
Source
pig build pkg pglogical_ticker; # build rpm / deb with pigInstall
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install pglogical_ticker; # install via package name, for the active PG version
pig install pglogical_ticker -v 18; # install for PG 18
pig install pglogical_ticker -v 17; # install for PG 17
pig install pglogical_ticker -v 16; # install for PG 16
pig install pglogical_ticker -v 15; # install for PG 15
pig install pglogical_ticker -v 14; # install for PG 14
pig install pglogical_ticker -v 13; # install for PG 13Config this extension to shared_preload_libraries:
shared_preload_libraries = 'pglogical, pglogical_ticker';Create this extension with:
CREATE EXTENSION pglogical_ticker CASCADE; -- requires pglogicalLast updated on