"Thomas H." <[EMAIL PROTECTED]> writes:
> right now its PID 4844 ("\BaseNamedObjects\pgident: postgres: db_outnow 
> outnow1 127.0.0.1(2122) idle") that tries to write 
> "D:\DB\PostgreSQL-8.2\data\base\3964774\6422331"

Do you actually mean it's trying to write that file?  Or is it just
sitting there holding the open filehandle?

> can i somehow check what object that file-OID belong(ed/s) to?

You can check in pg_class.relfilenode and pg_class.oid of that database
to see if you get a match.  But our theory is that this table has been
deleted ...

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faq

Reply via email to