mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03:00
10 lines
218 B
SQL
10 lines
218 B
SQL
SET search_path = public;
|
|
|
|
DROP TEXT SEARCH DICTIONARY intdict;
|
|
|
|
DROP TEXT SEARCH TEMPLATE intdict_template;
|
|
|
|
DROP FUNCTION dintdict_init(internal);
|
|
|
|
DROP FUNCTION dintdict_lexize(internal,internal,internal,internal);
|