#162: Missing TABLESPACE clause in CREATE DATABASE
----------------------+-----------------------------------------------------
 Reporter:  brsa      |       Owner:  dpage
     Type:  bug       |      Status:  new  
 Priority:  minor     |   Milestone:       
Component:  pgadmin   |     Version:  trunk
 Keywords:  sql pane  |    Platform:  all  
----------------------+-----------------------------------------------------
 Another missing detail in the reverse engineered SQL of the SQL pane.

 Demo:
    -- I say --
 CREATE DATABASE test
 WITH TABLESPACE = my_tblspace

    -- pgAdmin says --
 CREATE DATABASE test
   WITH OWNER = postgres
        ENCODING = 'UTF8'
        LC_COLLATE = 'de_AT.UTF-8'
        LC_CTYPE = 'de_AT.UTF-8'
        CONNECTION LIMIT = -1;
 -- missing:
 --     TABLESPACE = my_tblspace

-- 
Ticket URL: <http://code.pgadmin.org/trac/ticket/162>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to