mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix omissions in contrib uninstall scripts. Michael Fuhr
This commit is contained in:
@ -164,6 +164,8 @@ DROP OPERATOR ^@> (ltree, ltree);
|
||||
|
||||
DROP OPERATOR @> (ltree, ltree);
|
||||
|
||||
DROP FUNCTION ltreeparentsel(internal, oid, internal, integer);
|
||||
|
||||
DROP FUNCTION ltree_textadd(text,ltree);
|
||||
|
||||
DROP FUNCTION ltree_addtext(ltree,text);
|
||||
|
Reference in New Issue
Block a user