Re: utf8 vs UTF-8

From: Troels Arvin <troels(at)arvin(dot)dk>
To: Hans Schou <hans(dot)schou(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: utf8 vs UTF-8
Date: 2024-05-18 14:19:11
Message-ID: 8cd94f70-4075-408c-a60a-f16c11c8f93a@arvin.dk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hellok

Hans Schou wrote:
>   > test3       | troels   | UTF8     | libc | en_US.utf8 |  en_US.utf8
[...]
>   how did you create test3?

For this example, I used specified it at creation time:

CREATE DATABASE test3 TEMPLATE template0 LOCALE 'en_US.utf8';

In the real-world example I'm working with I'm unsure how the database
was originally created.

--
Troels

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2024-05-18 14:40:35 Re: Valid until
Previous Message Shammat 2024-05-18 13:19:41 Re: Left join syntax error