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

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: DB Creations/ Drop DB :: Not working...
Date: 2018-12-05 17:48:47
Message-ID: 277c80dc-6224-5a8f-d360-2059a99b6d5c@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 12/05/2018 11:29 AM, Tom Lane wrote:
> <soumik(dot)bhattacharjee(at)kpn(dot)com> writes:
>> 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
> It looks like somebody's deleted the directory your tablespace sym_m_data1
> is pointing at.

$PGDATA/pg_tblspc?

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message soumik.bhattacharjee 2018-12-06 10:32:27 RE: DB Creations/ Drop DB :: Not working...
Previous Message Tom Lane 2018-12-05 17:29:06 Re: DB Creations/ Drop DB :: Not working...