Fix refreshing of FTS Dictionaries. Fixes #1837

This commit is contained in:
Surinder Kumar
2016-10-21 16:07:45 +01:00
committed by Dave Page
parent ef0d26c294
commit 23a0fc2f22

View File

@@ -1,6 +1,7 @@
{# Fetch FTS DICTIONARY name statement #}
SELECT
oid, dictname as name
oid, dictname as name,
dictnamespace as schema
FROM
pg_ts_dict dict
WHERE