pgmemcache
pgmemcache
pgmemcache : memcached interface
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 9410 | pgmemcache
|
pgmemcache
|
2.3.0 |
SIM
|
MIT
|
C
|
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
--s-d-r
|
No
|
Yes
|
No
|
Yes
|
yes
|
no
|
| Relationships | |
|---|---|
| See Also | redis_fdw
redis
spat
mongo_fdw
kafka_fdw
documentdb
documentdb_core
documentdb_distributed
|
missing pg12-14 on el.aarch64
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PGDG
|
2.3.0 |
18
17
16
15
14
13
|
pgmemcache |
- |
| RPM | PGDG
|
2.3.0 |
18
17
16
15
14
13
|
pgmemcache_$v* |
- |
| DEB | PGDG
|
2.3.0 |
18
17
16
15
14
13
|
postgresql-$v-pgmemcache |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 | PG13 |
|---|---|---|---|---|---|---|
el8.x86_64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
MISS
|
el8.aarch64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
MISS
|
MISS
|
MISS
|
el9.x86_64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
MISS
|
MISS
|
el9.aarch64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
MISS
|
MISS
|
MISS
|
el10.x86_64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
el10.aarch64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
d12.x86_64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
d12.aarch64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
d13.x86_64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
d13.aarch64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
u22.x86_64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
u22.aarch64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
u24.x86_64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
u24.aarch64
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
PGDG 2.3.0
|
Source
Install
Make sure PGDG repo available:
pig repo add pgdg -u # add pgdg repo and update cacheInstall this extension with pig:
pig install pgmemcache; # install via package name, for the active PG version
pig install pgmemcache -v 18; # install for PG 18
pig install pgmemcache -v 17; # install for PG 17
pig install pgmemcache -v 16; # install for PG 16
pig install pgmemcache -v 15; # install for PG 15
pig install pgmemcache -v 14; # install for PG 14
pig install pgmemcache -v 13; # install for PG 13Create this extension with:
CREATE EXTENSION pgmemcache;Last updated on