mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
fe83b3ebc6
by David Fetter
24 lines
490 B
SQL
24 lines
490 B
SQL
SET search_path = public;
|
|
|
|
DROP FUNCTION user_unlock_all();
|
|
|
|
DROP FUNCTION user_write_unlock_oid(int4);
|
|
|
|
DROP FUNCTION user_write_lock_oid(int4);
|
|
|
|
DROP FUNCTION user_write_unlock_oid(oid);
|
|
|
|
DROP FUNCTION user_write_lock_oid(oid);
|
|
|
|
DROP FUNCTION user_write_unlock(int4,oid);
|
|
|
|
DROP FUNCTION user_write_lock(int4,oid);
|
|
|
|
DROP FUNCTION user_write_unlock(int4,int4);
|
|
|
|
DROP FUNCTION user_write_lock(int4,int4);
|
|
|
|
DROP FUNCTION user_unlock(int4,int4,int4);
|
|
|
|
DROP FUNCTION user_lock(int4,int4,int4);
|