We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e4b5f3 commit 8ce78deCopy full SHA for 8ce78de
internal/postgres-init.sh
@@ -58,7 +58,7 @@ if [ ! -s "$PGDATA/PG_VERSION" ]; then
58
echo "max_connections = 100" >> "$PGDATA/postgresql.conf"
59
echo "shared_buffers = 128MB" >> "$PGDATA/postgresql.conf"
60
# TimescaleDB requires shared_preload_libraries
61
- echo "shared_preload_libraries = 'timescaledb'" >> "$PGDATA/postgresql.conf"
+ echo "shared_preload_libraries = 'timescaledb,pg_textsearch'" >> "$PGDATA/postgresql.conf"
62
echo "timescaledb.license = 'timescale'" >> "$PGDATA/postgresql.conf"
63
64
# Start PostgreSQL temporarily to run init scripts
0 commit comments