mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
6 lines
87 B
MySQL
6 lines
87 B
MySQL
|
SET search_path = public;
|
||
|
|
||
|
DROP FUNCTION pgrowlocks(text);
|
||
|
|
||
|
DROP TYPE pgrowlocks_type;
|