More sensible character_octet_length
[PostgreSQL.git] / contrib / test_parser / uninstall_test_parser.sql
blob9b4f2e6116464e3fb3c0839317046218a61d1d09
1 /* $PostgreSQL$ */
3 -- Adjust this setting to control where the objects get dropped.
4 SET search_path = public;
6 DROP TEXT SEARCH PARSER testparser;
8 DROP FUNCTION testprs_start(internal, int4);
10 DROP FUNCTION testprs_getlexeme(internal, internal, internal);
12 DROP FUNCTION testprs_end(internal);
14 DROP FUNCTION testprs_lextype(internal);