pg_search
— and a limited set of third party extensions are included:
pg_search
for full text searchpgvector
for vector searchpostgis
for geospatial searchpg_ivm
for incremental materialized viewspg_cron
for cron jobspg_cron
is configured on the default postgres
database and cannot be
changed.shared_preload_libraries
in postgresql.conf
, if required by the extensionCREATE EXTENSION <extension name>
paradedb
.apt-get install
.
apt-get install
, you can usually
curl
the prebuilt binary from a GitHub Release page. You will need to first
install curl
via apt-get install
if you are taking this approach.shared_preload_libraries
Modifying shared_preload_libraries
psql
and create the extension.
pg_partman
is now ready to use!
Note that this is a simple example of installing pg_partman
. The full list of settings and optional dependencies can be found in the official installation instructions.