Question : I am preparing for upgrading a PostgreSQL server to Debian 10 (Buster) with the warning from Debian release […]
Tag: locales
postgres: do I really need to use Collate and Ctype when restoring database?
Question : Need to import in Linux a Windows postgres exported database. In windows it’s listed as follows: Name | […]
PostgreSQL: difference between collations ‘C’ and ‘C.UTF-8’
Question : In PostgreSQL, what is the difference between collations C and C.UTF-8? Both show up in rows of pg_collation. […]