Replies: 3 comments
-
Hi @wallyxjh By Default KubeBlocks PG provides following plugins: address_standardizer
address_standardizer-3
address_standardizer_data_us
address_standardizer_data_us-3
adminpack
amcheck
autoinc
bloom
btree_gin
btree_gist
citext
cube
dblink
decoderbufs
dict_int
dict_xsyn
earthdistance
extra_window_functions
file_fdw
first_last_agg
fuzzystrmatch
hll
hstore
hstore_pllua
hstore_plluau
hstore_plpython3u
hypopg
insert_username
intagg
intarray
isn
jsonb_plpython3u
lo
ltree
ltree_plpython3u
moddatetime
old_snapshot
pageinspect
pg_auth_mon
pg_buffercache
pg_cron
pg_dirtyread
pg_freespacemap
pg_mon
pg_partman
pg_permissions
pg_prewarm
pg_profile
pg_repack
pg_stat_kcache
pg_stat_statements
pg_surgery
pg_tm_aux
pg_trgm
pg_visibility
pgaudit
pgcrypto
pgl_ddl_deploy
pglogical
pglogical_origin
pglogical_ticker
pgq
pgq_node
pgrowlocks
pgstattuple
pldbgapi
pllua
plluau
plpgsql
plpgsql_check
plprofiler
plproxy
plpython3u
pltcl
pltclu
postgis
postgis-3
postgis_raster
postgis_raster-3
postgis_sfcgal
postgis_sfcgal-3
postgis_tiger_geocoder
postgis_tiger_geocoder-3
postgis_topology
postgis_topology-3
postgres_fdw
refint
seg
set_user
sslinfo
tablefunc
tcn
timescaledb
tsm_system_rows
tsm_system_time
unaccent
uuid-ossp
vector
xml2 You can check the list of available extension: SELECT * FROM pg_available_extensions; and enabled one if needed CREATE EXTENSION <NAME>; If you noticed an extension that is widely used and of importance please highlight it in the comments and we will evaluate wheather to support it or not. You may refer to following repo to check out how we build the image and please feel free to contribute. |
Beta Was this translation helpful? Give feedback.
-
Here is the unique plugins that are supported by AWS RDS PostgreSQL and not supported by KubeBlocks, along with a brief description of what each plugin does.
|
Beta Was this translation helpful? Give feedback.
-
Converted the issue to Discussion. Please feel to free to name the plugins you need in this discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We compared the plugins supported by PostgreSQL on AWS and found that the PostgreSQL in Kubeblocks does not yet natively support the following plugins. We would appreciate it if these plugins could be considered for support. Thank you!
Missing Plugins and Corresponding Versions:
Beta Was this translation helpful? Give feedback.
All reactions