9 lines
266 B
SQL
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');
|