* fix: update setting search path in postgres When using multiple schemas in search path for postgres, using quoted string breaks the ability to use multiple schemas. Removing the quotes fixes it. * Add test cases --------- Co-authored-by: Billy Chan <ccw.billy.123@gmail.com>