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

From: <soumik(dot)bhattacharjee(at)kpn(dot)com>
To: <pgsql-admin(at)postgresql(dot)org>
Subject: DB Creations/ Drop DB :: Not working...
Date: 2018-12-05 17:10:23
Message-ID: 2A91BEF8171A5349931391E0C721CC53093B7C45@CPEMS-KPN501.KPNCNL.LOCAL
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2018-12-05 17:29:06 Re: DB Creations/ Drop DB :: Not working...
Previous Message AYahorau 2018-12-05 13:22:22 Re: pg_basebackup fails: could not receive data from WAL stream: server closed the connection unexpectedly