Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> Does anyone know why a tablespace directory isn't automatically
> created in recovery? I think that it's troublesome to create all the
> directories before recovery.
I guess that's because postgres (OS user) needs a write privilege
of *upper* directory of the tablespace directory. So, makeing
directory might fail with permission denied error.
However, it might be as well to create tablespace directories
for less-restricted installations.
Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center