pgelog
pgelog
pgelog : Extended logging via pseudo-autonomous transactions
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 5870 | pgelog
|
pgelog
|
1.0.2 |
ADMIN
|
PostgreSQL
|
SQL
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
----d--
|
No
|
No
|
No
|
Yes
|
no
|
no
|
| Relationships | |
|---|---|
| Requires | dblink
pg_variables
|
| See Also | table_log
pgaudit
logerrors
dblink
|
Requires the dblink extension at runtime in addition to pg_variables.
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY
|
1.0.2 |
18
17
16
15
14
|
pgelog |
dblink, pg_variables |
| RPM | PIGSTY
|
1.0.2 |
18
17
16
15
14
|
pgelog_$v |
postgresql$v-contrib, pg_variables_$v |
| DEB | PIGSTY
|
1.0.2 |
18
17
16
15
14
|
postgresql-$v-pgelog |
postgresql-$v-pg-variables |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
el8.x86_64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
el8.aarch64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
el9.x86_64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
el9.aarch64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
el10.x86_64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
el10.aarch64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
d12.x86_64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
d12.aarch64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
d13.x86_64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
d13.aarch64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
u22.x86_64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
u22.aarch64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
u24.x86_64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
u24.aarch64
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
PIGSTY 1.0.2
|
Source
pig build pkg pgelog; # build rpm/debInstall
Make sure PGDG and PIGSTY repo available:
pig repo add pgsql -u # add both repo and update cacheInstall this extension with pig:
pig install pgelog; # install via package name, for the active PG version
pig install pgelog -v 18; # install for PG 18
pig install pgelog -v 17; # install for PG 17
pig install pgelog -v 16; # install for PG 16
pig install pgelog -v 15; # install for PG 15
pig install pgelog -v 14; # install for PG 14Create this extension with:
CREATE EXTENSION pgelog CASCADE; -- requires dblink, pg_variablesLast updated on