Unknown subdirectories in postgres base directory - Mailing list pgsql-general

From Howard Cole
Subject Unknown subdirectories in postgres base directory
Date
Msg-id 454B8ADA.6080604@selestial.com
Whole thread Raw
List pgsql-general
Hi All,

I am using postgres 8.0 on a windows server and I create and delete
database frequently. However I have noticed that the number of
subdirectories in the base directory does not reflect the number of
databases.

Can I delete the directories that do not correspond to the OIDs in:

select oid, datname from pg_database;

Thanks.

Howard

pgsql-general by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: [HACKERS] Index greater than 8k
Next
From: "jungmin shin"
Date:
Subject: Re: Invoking java in a trigger