k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.32k stars 163 forks source link

Postgres: Support "$user" search path #594

Closed mjpieters closed 2 weeks ago

mjpieters commented 2 weeks ago

This simply replaces the string "$user" in the Postgres search path with the current username.

k1LoW commented 2 weeks ago

@mjpieters GREAT!! Thank you!