Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

[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


Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group