fix: db-pre-config function failing with pg reserved words

When db-pre-config is accidentally set to a pg reserved word
like "true", it fails with a confusing error. The function
names should be properly quoted to avoid such errors. This commit
resolves this by quoting the pre-config function name.

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2025-10-29 16:54:24 -05:00
committed by Steve Chavez
parent 75d4131aa6
commit a688878236
6 changed files with 58 additions and 2 deletions
+4
View File
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. From versio
## Unreleased
## Fixed
- Fix `db-pre-config` function failing when function names are pg reserved words by @taimoorzaeem #4380
## [14.0] - 2025-10-24
### Added