Michael Charnoky <noky(at)noky(dot)net> writes:
> Hi, I'm seeing random errors from an application that is performing DB
> inserts. The error happens spuriously and looks like this from the
> application side:
> could not open file "/dev/shm/postgres_apptable_47861701461760" for
> reading: No such file or directory
Offhand I do not believe that any part of the core PG code would attempt
to access such a file. Maybe you've got some extensions in there that
would do so?
regards, tom lane