You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
|
|
su - postgres -c "PGPASSWORD=\"anna5kanna\" psql -U postgres -c \"create database locality409 |
|
WITH OWNER = postgres |
|
ENCODING = 'UTF8' |
|
TABLESPACE = pg_default |
|
LC_COLLATE = 'ru_RU.UTF-8' |
|
LC_CTYPE = 'ru_RU.UTF-8' |
|
TEMPLATE = template0 |
|
CONNECTION LIMIT = -1;\"" |
|
|
|
|