Обсуждение: [pgAdmin III] #50: Domain wizard bug
#50: Domain wizard bug
----------------------+-----------------------------------------------------
Reporter: banita21 | Owner: dpage
Type: bug | Status: new
Priority: minor | Milestone: 1.10.1
Component: pgadmin | Version: 1.10
Keywords: domain | Platform: all
----------------------+-----------------------------------------------------
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 is not consider.
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/50>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III
#50: Domain wizard bug
-----------------------+----------------------------------------------------
Reporter: banita21 | Owner: dpage
Type: bug | Status: closed
Priority: minor | Milestone: 1.10.1
Component: pgadmin | Version: 1.10
Resolution: fixed | Keywords: domain
Platform: all |
-----------------------+----------------------------------------------------
Changes (by gleu):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in r8025 and r8026.
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/50#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III