| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Mykola Stryebkov <mykola(dot)stryebkov(at)gmail(dot)com> |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: create database warning |
| Date: | 2009-02-06 14:14:56 |
| Message-ID: | 498C45E0.3070903@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs pgsql-hackers |
Mykola Stryebkov wrote:
> Hi,
>
> # psql83 template1
> Password:
> Welcome to psql83 8.3.5, the PostgreSQL interactive terminal.
>
> Type: \copyright for distribution terms
> \h for help with SQL commands
> \? for help with psql commands
> \g or terminate with semicolon to execute query
> \q to quit
>
> template1=# drop database inf;
> DROP DATABASE
> template1=# create database inf with encoding 'windows-1251';
> WARNING: could not determine encoding for locale "uk_UA.KOI8-U":
> codeset is "KOI8-U"
> DETAIL: Please report this to <pgsql-bugs(at)postgresql(dot)org>.
> CREATE DATABASE
> template1=#
>
> What's wrong with it?
PostgreSQL does not support the KOI8-U encoding. You could try to use
uk_UA.utf8.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2009-02-06 17:37:45 | KOI8-U support (was Re: [BUGS] create database warning) |
| Previous Message | Mykola Stryebkov | 2009-02-06 00:49:48 | create database warning |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Treat | 2009-02-06 14:29:54 | confirm timezone changes for new releases was Fwd: Re: [pgsql-slavestothewww] New News Entry (id: 1055) |
| Previous Message | K, Niranjan (NSN - IN/Bangalore) | 2009-02-06 13:17:23 | Re: Synch Replication |