Missing text search configurations for PostgreSQL

144 views
Skip to first unread message

Anton Mironov

unread,
Mar 20, 2017, 9:18:55 AM3/20/17
to Google Cloud SQL discuss
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?

Vladimir Rusinov

unread,
Mar 20, 2017, 11:48:38 AM3/20/17
to google-cloud...@googlegroups.com
Unfortunately only "simple" is available in the current release.

We are aware of the issue and may be able to include more configurations in one of the next releases.

--
Vladimir Rusinov
Cloud PostgreSQL SRE, Google Ireland

Google Ireland Ltd.,Gordon House, Barrow Street, Dublin 4, Ireland
Registered in Dublin, Ireland
Registration Number: 368047

--
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+unsub...@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.

Reply all
Reply to author
Forward
0 new messages