pglogical_origin

pglogical_origin

Dummy extension for compatibility when upgrading from Postgres 9.4

Overview

IDExtensionPackageVersionCategoryLicenseLanguage
9501
pglogical_origin
pglogical
2.4.6
ETL
PostgreSQL
C
AttributeHas BinaryHas LibraryNeed LoadHas DDLRelocatableTrusted
--s-d--
No
Yes
No
Yes
no
no
Relationships
See Also
pglogical_ticker
pgl_ddl_deploy
pg_failover_slots
pgactive
wal2json
decoderbufs
repmgr
decoder_raw
Siblings
pglogical

Packages

TypeRepoVersionPG Major AvailabilityPackage PatternDependencies
EL
PGDG
2.4.6
18
17
16
15
14
13
pglogical_$v*-
Debian
PGDG
2.4.6
18
17
16
15
14
13
postgresql-$v-pglogical-
Linux / PGPG18PG17PG16PG15PG14PG13
el8.x86_64
PGDG 2.4.6
PGDG 2.4.5
PGDG 2.4.4
PGDG 2.4.3
PGDG 2.4.3
PGDG 2.4.3
el8.aarch64
PGDG 2.4.6
PGDG 2.4.5
PGDG 2.4.4
PGDG 2.4.3
PGDG 2.4.3
PGDG 2.4.3
el9.x86_64
PGDG 2.4.6
PGDG 2.4.5
PGDG 2.4.4
PGDG 2.4.3
PGDG 2.4.3
PGDG 2.4.3
el9.aarch64
PGDG 2.4.6
PGDG 2.4.5
PGDG 2.4.4
PGDG 2.4.3
PGDG 2.4.3
PGDG 2.4.3
el10.x86_64
PGDG 2.4.6
PGDG 2.4.5
PGDG 2.4.5
PGDG 2.4.5
PGDG 2.4.5
PGDG 2.4.5
el10.aarch64
PGDG 2.4.6
PGDG 2.4.5
PGDG 2.4.5
PGDG 2.4.5
PGDG 2.4.5
PGDG 2.4.5
d12.x86_64
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
d12.aarch64
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
d13.x86_64
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
d13.aarch64
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
u22.x86_64
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
u22.aarch64
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
u24.x86_64
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
u24.aarch64
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6
PGDG 2.4.6

Source

pig build get pglogical_origin; # get pglogical_origin source code
pig build dep pglogical_origin; # install build dependencies
pig build pkg pglogical_origin; # build extension rpm or deb
pig build ext pglogical_origin; # build extension rpms

Install

To add the required PGDG / PIGSTY upstream repository, use:

pig repo add pgsql -u   # add PGDG + Pigsty repo and update cache (leave existing repos)

Install this extension with:

pig ext install pglogical_origin; # install by extension name, for the current active PG version
pig ext install pglogical; # install via package alias, for the active PG version
pig ext install pglogical_origin -v 18;   # install for PG 18
pig ext install pglogical_origin -v 17;   # install for PG 17
pig ext install pglogical_origin -v 16;   # install for PG 16
pig ext install pglogical_origin -v 15;   # install for PG 15
pig ext install pglogical_origin -v 14;   # install for PG 14
pig ext install pglogical_origin -v 13;   # install for PG 13

Create this extension with:

CREATE EXTENSION pglogical_origin CASCADE SCHEMA pglogical_origin;
Last updated on