Re: Tablespace Problem

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Kalai R <softlinne(dot)kv(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Tablespace Problem
Date: 2010-04-21 15:07:22
Message-ID: 23722.1271862442@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Kalai R <softlinne(dot)kv(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jignesh Shah 2010-04-21 15:08:26 Syntax error in trigger
Previous Message Andre Lopes 2010-04-21 15:05:36 Re: Database viewpoint of subject - Sending e-mails from database table with Cronjob