Skip to content
Snippets Groups Projects
Commit fcb1ea49 authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

delete noused file

parent bf043d3e
No related branches found
No related tags found
No related merge requests found
locale -a
sudo locale-gen ru_RU.UTF-8
locale -a
:
select name, setting from pg_settings where name like '%_encoding';
select name, setting from pg_settings where name like 'lc_%';
:
create database sopds2
with owner sopds
ENCODING 'UTF8'
LC_COLLATE = 'ru_RU.UTF-8'
LC_CTYPE = 'ru_RU.UTF-8';
create database sopds2
with owner sopds
ENCODING 'UTF8'
LC_COLLATE = ''
LC_CTYPE = '';
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment