7 lines
86 B
SQL
Executable File
7 lines
86 B
SQL
Executable File
SET search_path To staging2;
|
|
drop extension tablefunc;
|
|
create extension tablefunc;
|
|
|
|
|
|
|