Domain wizard bug - Mailing list pgadmin-support

From ** **
Subject Domain wizard bug
Date
Msg-id 4A91AFA1.4090902@gmail.com
Whole thread Raw
Responses Re: Domain wizard bug  (Dave Page <dpage@pgadmin.org>)
List pgadmin-support
Problem occur when I have more than one schema.
When I create domain for TEST_SCHEMA and set owner, pgadmin add the line:
ALTER DOMAIN "PT2" OWNER TO postgres; and I get error.
It Should be:
ALTER DOMAIN test_schema."PT2" OWNER TO postgres; but schema name isnot 
consider.


sory for my english.


pgadmin-support by date:

Previous
From: Brad Langhorst
Date:
Subject: Feature idea: support for "run this command" before connecting to a database
Next
From: ** **
Date:
Subject: Domain wizard problem