Monday, March 20, 2017

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

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

On Sun, Mar 19, 2017 at 3:26 PM, Anton Mironov <ant.mironov@gmail.com> wrote:
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.

--
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/CAE1wr-wzwrAT0scBiriMqK5Z8kpxmpNCW0U2gA2QrrhVtZZO0Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment