On Tuesday, August 31, 2021, Mathieu Decelles St-Pierre <
mathieu.decelles.stpierre@gmail.com> wrote:
So there is no SQL command that we can use to list the Text Search Configurations on a system?
There is…its not like psql has some special privilege to get that info from the server…
You can either get psql to show you the query it uses or lookup the available catalogs in the documentation and find the one that provides what you need.
David J.