Re: Tablespaces for indexes, tables and databases - Mailing list pgadmin-hackers

From Dave Page
Subject Re: Tablespaces for indexes, tables and databases
Date
Msg-id 46DFCB6D.3040804@postgresql.org
Whole thread Raw
In response to Tablespaces for indexes, tables and databases  (Erwin Brandstetter <brandstetter@falter.at>)
List pgadmin-hackers
Erwin Brandstetter wrote:
> Hi developers! Hi Dave!
>
> Moving indexes to different tablespaces via properties dialog seems to
> work fine now. Good job!

Thanks.

> The reverse engineered SQL for tables, indexes and databases includes an
> extra line 'TABLESPACE pg_default' now, which seems redundant while it
> matches the default (tablespace of the database / default_tablespace /
> pg_default -- whichever comes first). We could get rid of the line for
> these cases, i.e. in most cases.

Done.

> There used to be an "empty" option in the combo box "Tablespace" (it
> just did not work yet), which could do just that, explicitely.

Yeah, I got rid of the blank option altogether. All the dialogues should
now display the actual tablespace being used.

Thanks, Dave.

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6617 - in trunk/pgadmin3/pgadmin: dlg schema
Next
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6618 - trunk/pgadmin3/pgadmin/schema