mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix refreshing of FTS Dictionaries. Fixes #1837
This commit is contained in:
committed by
Dave Page
parent
ef0d26c294
commit
23a0fc2f22
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user