pgmemcache
memcached interface
Module:
Categories:
Overview
PGDG 1st Party Extension: pgmemcache
: memcached interface
Information
- Extension ID: 9200
- Extension Name:
pgmemcache
- Package Name:
pgmemcache
- Category:
SIM
- License: MIT
- Website: https://github.com/ohmu/pgmemcache
- Language: C
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 2.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: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: PGDG
- RPM Name:
pgmemcache_$v*
- RPM Ver :
2.3.0
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name:
postgresql-$v-pgmemcache
- DEB Ver :
2.3.0
- DEB Deps: N/A
Packages
Installation
Install pgmemcache
via the pig
CLI tool:
pig ext install pgmemcache
Install pgmemcache
via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["pgmemcache"]}' # -l <cls>
Install pgmemcache
RPM from YUM repo directly:
dnf install pgmemcache_17*;
dnf install pgmemcache_16*;
dnf install pgmemcache_15*;
Install pgmemcache
DEB from APT repo directly:
apt install postgresql-17-pgmemcache;
apt install postgresql-16-pgmemcache;
apt install postgresql-15-pgmemcache;
apt install postgresql-14-pgmemcache;
apt install postgresql-13-pgmemcache;
Enable pgmemcache
extension on PostgreSQL cluster:
CREATE EXTENSION pgmemcache;
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.