create database warning

From: Mykola Stryebkov <mykola(dot)stryebkov(at)gmail(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: create database warning
Date: 2009-02-06 00:49:48
Message-ID: 70DF754F-A856-48C0-AC5E-AE76D5D98668@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

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?

--
Nick Strebkov
Public key: http://humgat.org/~nick/pubkey.txt
fpr: 552C 88D6 895B 6E64 F277 D367 8A70 8132 47F5 C1B6

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2009-02-06 14:14:56 Re: create database warning
Previous Message Stephan Szabo 2009-02-05 15:42:44 Re: BUG #4640: Drop leading zero in EXECUTE

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2009-02-06 01:19:40 Re: new GUC var: autovacuum_process_all_tables
Previous Message Andrew Dunstan 2009-02-06 00:23:29 Re: new GUC var: autovacuum_process_all_tables