observability.svc.plus/files/mssql.sql
2026-02-01 20:53:55 +08:00

9 lines
266 B
SQL

-- License : Apache-2.0 @ https://pigsty.io/docs/about/license/
-- Copyright : 2018-2026 Ruohang Feng / Vonng (rh@vonng.com)
ALTER SYSTEM SET babelfishpg_tsql.database_name = 'mssql';
SELECT pg_reload_conf();
CALL sys.initialize_babelfish('dbuser_mssql');