Error in sql script
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/13/textsearch-configuration.html Description: In /13/textsearch-configuration.html, the last script block starts with some incorrect characters and we do not see the sql command to list the Text Search Configurations.
Re: Error in sql script
On Tuesday, August 31, 2021, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/13/textsearch-configuration.html > Description: > > In /13/textsearch-configuration.html, the last script block starts with > some > incorrect characters and we do not see the sql command to list the Text > Search Configurations. > The last script relies upon the psql program and its exploratory meta-commands. David J.
Re: Error in sql script
On Tuesday, August 31, 2021, Mathieu Decelles St-Pierre < mathieu.decelles.stpie...@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.