Re: Tablespace Problem - Mailing list pgsql-general

From Tom Lane
Subject Re: Tablespace Problem
Date
Msg-id 23722.1271862442@sss.pgh.pa.us
Whole thread Raw
In response to Tablespace Problem  (Kalai R <softlinne.kv@gmail.com>)
List pgsql-general
Kalai R <softlinne.kv@gmail.com> writes:
> I have found a problem in my database. The following error occurs sometime
> not any specific database operation.

> ERROR:XX000:count not create temporary file
> "pg_tblspc/86014/pgsql_tmp/pgsql_tmp3568.0":No
>                      such file or directory.

Does that pgsql_tmp directory exist?  If not, does its parent directory
have the right ownership and permissions to let the server create it?

Note that pg_tblspc/86014 is presumably a symlink --- you need to look
at the directory the symlink points to.

            regards, tom lane

pgsql-general by date:

Previous
From: Andre Lopes
Date:
Subject: Re: Database viewpoint of subject - Sending e-mails from database table with Cronjob
Next
From: Jignesh Shah
Date:
Subject: Syntax error in trigger