Re: Schema and tablespace - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Re: Schema and tablespace
Date
Msg-id 4778063F.4010701@lelarge.info
Whole thread Raw
In response to Re: Schema and tablespace  (Dave Page <dpage@postgresql.org>)
Responses Re: Schema and tablespace  (Dave Page <dpage@postgresql.org>)
List pgadmin-hackers
Dave Page wrote:
> Guillaume Lelarge wrote:
>>>[...]
>> That was one of the issue I had : refresh is a bit of a nightmare. I
>> think I'll try the listview in a new tab. But first, I'll get a look at
>> the dependents tab but I'm not sure I will find a size column in there.
>>
>
> I'm not entirely sure we're on the same page. All we need to do it see
> what's in a tablespace right?

Not really. As Magnus said, we need to see what's in the tablespace and
the size of each object.

> We should see that already because the
> Dependents tab will list all object that are dependent upon the
> tablespace in some way. We get the size and other details from the node
> in the treeview for each object - that's all data that I don't want to
> duplicate.

I'm not interested in "the other details" but I think a list of objects
with their size is important. Usually, one use a tablespace when one
needs more disk space. With this, you can see quickly the disk space
used in the tablespace.


--
Guillaume.
 http://www.postgresqlfr.org
 http://dalibo.com

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: Schema and tablespace
Next
From: Guillaume Lelarge
Date:
Subject: Re: "set schema" patch