diff options
| author | Joey Adams | 2010-07-06 04:57:35 +0000 |
|---|---|---|
| committer | Joey Adams | 2010-07-06 04:57:35 +0000 |
| commit | 442fe529e29fc5538dc4172246758f68a4156106 (patch) | |
| tree | 61bba8676c455b7f6bdeee8e66cb684110ebb2a4 | |
| parent | c93ed31284c3f9335d2744c4db2f54165ad264f4 (diff) | |
Added DROP FUNCTION lines to uninstall_json.sql for json_validate and parse_json_path .
| -rw-r--r-- | uninstall_json.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uninstall_json.sql b/uninstall_json.sql index 13c1e77..52abb1b 100644 --- a/uninstall_json.sql +++ b/uninstall_json.sql @@ -3,3 +3,6 @@ SET search_path = public; DROP TYPE json CASCADE; DROP TYPE json_type_t; + +DROP FUNCTION json_validate(text); +DROP FUNCTION parse_json_path(text); |
