DB Creations/ Drop DB :: Not working...

Поиск
Список
Период
Сортировка
От
Тема DB Creations/ Drop DB :: Not working...
Дата
Msg-id 2A91BEF8171A5349931391E0C721CC53093B7C45@CPEMS-KPN501.KPNCNL.LOCAL
обсуждение исходный текст
Ответы Re: DB Creations/ Drop DB :: Not working...  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: DB Creations/ Drop DB :: Not working...  (Shreeyansh Dba <shreeyansh2014@gmail.com>)
Список pgsql-admin

Hi All,

 

Any idea how to solve this error, tried with pgadmin4 and also using psql CLI

 

And why this comes in?

 

postgres=# CREATE DATABASE symuatdb

postgres-#     WITH

postgres-#     OWNER = postgres

postgres-#     ENCODING = 'UTF8'

postgres-#     LC_COLLATE = 'en_US.utf8'

postgres-#     LC_CTYPE = 'en_US.utf8'

postgres-#     TABLESPACE = sym_m_data1

postgres-#     CONNECTION LIMIT = 10;

ERROR:  could not create directory "pg_tblspc/16386/PG_10_201707211/24576": No such file or directory

postgres=#

 

Thanks

Soumik

В списке pgsql-admin по дате отправления:

Предыдущее
От: AYahorau@ibagroup.eu
Дата:
Сообщение: Re: pg_basebackup fails: could not receive data from WAL stream: serverclosed the connection unexpectedly
Следующее
От: Tom Lane
Дата:
Сообщение: Re: DB Creations/ Drop DB :: Not working...