Re: Getting weird pg_tblspc error, has anyone seen this before?

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: Postgres General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Getting weird pg_tblspc error, has anyone seen this before?
Date: 2008-04-01 16:47:43
Message-ID: 47F2672F.3070007@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
> This must be coming from calculate_database_size(). Is
> $PGDATA/pg_tblspc actually missing? If the guy has no custom
> tablespaces, I can believe that nothing except pg_database_size()
> or pg_tablespace_size() would try to touch that subdirectory, so
> he might not otherwise notice that it'd gone missing.
>
>
Thanks Tom,
I will follow up with the client and have him check if that directory is
missing.
I think he may have used the Postbooks win32 installer to install his
server, so it might be that their installer is messed up and not
creating the directory properly or messing something up with the
environment vars where it can't find the directory.

Later,

Tony Caduto

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2008-04-01 16:52:43 Re: Using tables in other PostGreSQL database
Previous Message Tom Lane 2008-04-01 16:35:09 Re: Getting weird pg_tblspc error, has anyone seen this before?