Sunday, March 19, 2017

[google-cloud-sql-discuss] Missing text search configurations for PostgreSQL

postgres=> \dF
     
List of text search configurations
   
Schema   |  Name  |     Description      
------------+--------+----------------------
 pg_catalog
| simple | simple configuration
(1 row)


postgres=> select * from pg_catalog.pg_ts_config;
 cfgname
| cfgnamespace | cfgowner | cfgparser
---------+--------------+----------+-----------
 simple  
|           11 |       10 |      3722
(1 row)

The only available text search configuration is "simple".
Is there a way to get the "english" configuration on Cloud SQL?

--
You received this message because you are subscribed to the Google Groups "Google Cloud SQL discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-cloud-sql-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-cloud-sql-discuss/6fe86a10-8b0b-42fd-ac7f-75077ac34463%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment