[pgAdmin III] #50: Domain wizard bug - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject [pgAdmin III] #50: Domain wizard bug
Date
Msg-id 049.38c142154ffbce899591f1bd5f83977a@code.pgadmin.org
Whole thread Raw
Responses Re: [pgAdmin III] #50: Domain wizard bug  ("pgAdmin Trac" <trac@code.pgadmin.org>)
List pgadmin-hackers
#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

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: Re: question about Docs.vproj and builddocs.bat
Next
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #51: Background color in query tool