Re: spiexceptions.UndefinedFile: could not open file "base/16482/681830": No such file or directory

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Celia McInnis <celia(dot)mcinnis(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: spiexceptions.UndefinedFile: could not open file "base/16482/681830": No such file or directory
Date: 2021-09-09 00:56:13
Message-ID: CA+hUKGLoNxWJcKc0JMOBJ=VyK_OTxK5jqQX9GKoEy0L9+-0=_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Sep 9, 2021 at 9:19 AM Celia McInnis <celia(dot)mcinnis(at)gmail(dot)com> wrote:
> Note that the file does exist:! (How do I know if it is looking under the correct directory? Other times I have done similar temporary table creations with no problems!):

PostgreSQL internally uses relative paths. It's probably not a very
good idea to use 'chdir' in a procedure.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Celia McInnis 2021-09-09 03:55:20 Re: spiexceptions.UndefinedFile: could not open file "base/16482/681830": No such file or directory
Previous Message David G. Johnston 2021-09-08 21:53:18 Re: How does postgres behave if several indexes have (nearly) identical conditions?