Re: pg_tablespace_size()

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dave Page <dpage(at)postgresql(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_tablespace_size()
Date: 2007-10-12 14:58:14
Message-ID: 26808.1192201094@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dave Page <dpage(at)postgresql(dot)org> writes:
> select pg_tablespace_size('pg_global');
> ERROR: permission denied for tablespace pg_global

> Can this be fixed please?

What's to be fixed? That's exactly the result I'd expect given the
previously-agreed-to behavior for pg_tablespace_size.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2007-10-12 15:02:02 Re: First steps with 8.3 and autovacuum launcher
Previous Message Tom Lane 2007-10-12 14:45:58 Re: Including Snapshot Info with Indexes