Monday, July 15, 2019

[google-cloud-sql-discuss] Re: Create a Postgres database with a collation other than en_us.utf8

Hello, 

Thank you for using Google Groups!

Would you be able to provide the documentation that indicates Pt_PT.utf8 is available? Based on my research I am unable to find it on the collation support nor the character set support on PostgreSQL documentation. However, if you are certain it is supported, you can always create a database using gcloud. Your command would consist of the following flags below: 

gcloud sql databases create [DATABASE_NAME] --instance=[INSTANCE_NAME] [--charset=CHARSET] [--collation=COLLATION]

Additionally, you may find further details of how to do this here

--
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/a9e3df47-52cd-4eac-9893-100b5cb50661%40googlegroups.com.

No comments:

Post a Comment