multicorn
Fetch foreign data in Python in your PostgreSQL server.
Module:
Categories:
Overview
PGDG 1st Party Extension: multicorn
: Fetch foreign data in Python in your PostgreSQL server.
Information
- Extension ID: 8510
- Extension Name:
multicorn
- Package Name:
multicorn
- Category:
FDW
- License: PostgreSQL
- Website: https://github.com/pgsql-io/multicorn2
- Language: C
- Extra Tags: N/A
- Comment: N/A
Metadata
- Latest Version: 3.0
- Postgres Support:
17
,16
,15
,14
,13
- Need Load: Shared library do not need explicit loading
- Need DDL: Need
CREATE EXTENSION
DDL - Relocatable: Unknown
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
multicorn2_$v*
- RPM Ver :
3.0
- RPM Deps: N/A
- DEB Repo: None
- DEB Name:
N/A
- DEB Ver : N/A
- DEB Deps: N/A
Packages
OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 |
---|---|---|---|---|---|---|
el8 |
x86_64 |
multicorn2_17 PGDG 3.0 |
multicorn2_16 PGDG 3.0 |
multicorn2_15 PGDG 3.0 |
multicorn2_14 PGDG 3.0 |
multicorn2_13 PGDG 3.0 |
el8 |
aarch64 |
multicorn2_17 PGDG 3.0 |
multicorn2_16 PGDG 3.0 |
multicorn2_15 PGDG 3.0 |
multicorn2_14 PGDG 3.0 |
multicorn2_13 PGDG 3.0 |
el9 |
x86_64 |
multicorn2_17 PGDG 3.0 |
multicorn2_16 PGDG 3.0 |
multicorn2_15 PGDG 3.0 |
multicorn2_14 PGDG 3.0 |
multicorn2_13 PGDG 3.0 |
el9 |
aarch64 |
multicorn2_17 PGDG 3.0 |
multicorn2_16 PGDG 3.0 |
multicorn2_15 PGDG 3.0 |
multicorn2_14 PGDG 3.0 |
multicorn2_13 PGDG 3.0 |
d12 |
x86_64 |
|||||
d12 |
aarch64 |
|||||
u22 |
x86_64 |
|||||
u22 |
aarch64 |
|||||
u24 |
x86_64 |
|||||
u24 |
aarch64 |
Installation
Install multicorn
via the pig
CLI tool:
pig ext install multicorn
Install multicorn
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["multicorn"]}' # -l <cls>
Install multicorn
RPM from YUM repo directly:
dnf install multicorn2_17*;
dnf install multicorn2_16*;
dnf install multicorn2_15*;
dnf install multicorn2_14*;
dnf install multicorn2_13*;
Enable multicorn
extension on PostgreSQL cluster:
CREATE EXTENSION multicorn;
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.