rdkit
Cheminformatics functionality for PostgreSQL.
	Module:
Categories:
Overview
PGDG 1st Party Extension:  rdkit : Cheminformatics functionality for PostgreSQL.
Information
- Extension ID: 2940
- Extension Name: rdkit
- Package Name: rdkit
- Category: FEAT
- License: BSD 3
- Website: https://github.com/rdkit/rdkit
- Language: C++
- Extra Tags: N/A
- Comment:
Metadata
- Latest Version: 202409.4
- Postgres Support: 16,15,14,13
- Need Load: Shared library do not need explicit loading
- Need DDL:  Need CREATE EXTENSIONDDL
- Relocatable: Can not install to arbitrary schema
- Trusted: Untrusted, Require Superuser to Create
- Schemas: N/A
- Requires: N/A
RPM / DEB
- RPM Repo: None
- RPM Name: N/A
- RPM Ver : N/A
- RPM Deps: N/A
- DEB Repo: PGDG
- DEB Name: postgresql-$v-rdkit
- DEB Ver : 202409.4
- DEB Deps: N/A
Availability
| OS | Arch | PG17 | PG16 | PG15 | PG14 | PG13 | 
|---|---|---|---|---|---|---|
| el8 | x86_64 | |||||
| el8 | aarch64 | |||||
| el9 | x86_64 | |||||
| el9 | aarch64 | |||||
| d12 | x86_64 | postgresql-16-rdkitPGDG 202303.3 | postgresql-15-rdkitPGDG 202303.3 | postgresql-14-rdkitPGDG 202303.3 | postgresql-13-rdkitPGDG 202303.3 | |
| d12 | aarch64 | postgresql-16-rdkitPGDG 202303.3 | postgresql-15-rdkitPGDG 202303.3 | postgresql-14-rdkitPGDG 202303.3 | postgresql-13-rdkitPGDG 202303.3 | |
| u22 | x86_64 | postgresql-16-rdkitPGDG 202303.3 | postgresql-15-rdkitPGDG 202303.3 | postgresql-14-rdkitPGDG 202303.3 | postgresql-13-rdkitPGDG 202303.3 | |
| u22 | aarch64 | postgresql-16-rdkitPGDG 202303.3 | postgresql-15-rdkitPGDG 202303.3 | postgresql-14-rdkitPGDG 202303.3 | postgresql-13-rdkitPGDG 202303.3 | |
| u24 | x86_64 | postgresql-17-rdkitPGDG 202503.1 | postgresql-16-rdkitPGDG 202503.1 | postgresql-15-rdkitPGDG 202503.1 | postgresql-14-rdkitPGDG 202503.1 | postgresql-13-rdkitPGDG 202503.1 | 
| u24 | aarch64 | postgresql-17-rdkitPGDG 202503.1 | postgresql-16-rdkitPGDG 202503.1 | postgresql-15-rdkitPGDG 202503.1 | postgresql-14-rdkitPGDG 202503.1 | postgresql-13-rdkitPGDG 202503.1 | 
Installation
Install rdkit via the pig CLI tool:
pig ext install rdkit
Install rdkit via Pigsty playbook:
./pgsql.yml -t pg_extension -e '{"pg_extensions": ["rdkit"]}' # -l <cls>
Install rdkit DEB from APT repo directly:
apt install postgresql-16-rdkit;
apt install postgresql-15-rdkit;
apt install postgresql-14-rdkit;
apt install postgresql-13-rdkit;
Create rdkit extension on PostgreSQL cluster:
CREATE EXTENSION rdkit;
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.