[pgAdmin III] #50: Domain wizard bug

Поиск
Список
Период
Сортировка
От pgAdmin Trac
Тема [pgAdmin III] #50: Domain wizard bug
Дата
Msg-id 049.38c142154ffbce899591f1bd5f83977a@code.pgadmin.org
обсуждение исходный текст
Ответы Re: [pgAdmin III] #50: Domain wizard bug
Список 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 по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: question about Docs.vproj and builddocs.bat
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #51: Background color in query tool