paradedb / charts

ParadeDB Helm Charts, based on the official CloudNativePG Helm Charts
https://paradedb.github.io/charts/
GNU Affero General Public License v3.0
2 stars 0 forks source link

Investigate install ParadeDB extensions into a template #8

Closed philippemnoel closed 1 week ago

philippemnoel commented 1 month ago

What If you look at values.yaml, you'll see where we CREATE EXTENSION ... that we install them in the paradedb database. In Postgres, when a database gets created it does so from a database called template1. What this means is that if we install our extensions in template1, any new database created will automatically have the extension created, which is a better UX.

We should investigate whether:

Why ^

How Unclear

philippemnoel commented 1 week ago

Done by #1