Re: Comments on roles and tablespaces for pg 8.2+ - Mailing list pgadmin-hackers

From Erwin Brandstetter
Subject Re: Comments on roles and tablespaces for pg 8.2+
Date
Msg-id 46BC8AEC.1050109@falter.at
Whole thread Raw
In response to Re: Comments on roles and tablespaces for pg 8.2+  ("Hiroshi Saito" <z-saito@guitar.ocn.ne.jp>)
Responses Re: Comments on roles and tablespaces for pg 8.2+  (Dave Page <dpage@postgresql.org>)
List pgadmin-hackers
Hi developers! Hi Hiroshi-san!
z-saito@guitar.ocn.ne.jp wrote:
> Hi.
>
> Yes!, Only the tablespace was fixed. However, Role also includes a
> design,
> please wait for it for a while.  Thanks!

In beta 3 the comments on role and tablespace seem to work fine!
However, the new controls also show up for older versions < 8.2 (tested
with 8.1.8), resulting in errors when used.


Another (maybe unrelated?) peculiarity (pg 8.1 and 8.2), this is what I
get in the SQL pane for a tablespace:
Note the three blank lines, where I would expect:
-- DROP TABLESPACE test;

=== quote
-- Tablespace: "test"



CREATE TABLESPACE test
  OWNER postgres
  LOCATION '/var/lib/postgres/test';
COMMENT ON TABLESPACE test IS 'Test.
Test.';
=== quote end



Regards
Erwin

pgadmin-hackers by date:

Previous
From: "Dave Page"
Date:
Subject: Re: Bug in properties dialogue for role
Next
From: Erwin Brandstetter
Date:
Subject: Re: Bug in properties dialogue for role