Обсуждение: [pgAdmin III] #162: Missing TABLESPACE clause in CREATE DATABASE
#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
#162: Missing TABLESPACE clause in CREATE DATABASE
----------------------+-----------------------------------------------------
Reporter: brsa | Owner: gleu
Type: bug | Status: assigned
Priority: minor | Milestone:
Component: pgadmin | Version: trunk
Keywords: sql pane | Platform: all
----------------------+-----------------------------------------------------
Changes (by gleu):
* owner: dpage => gleu
* status: new => assigned
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/162#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III
#162: Missing TABLESPACE clause in CREATE DATABASE
----------------------+-----------------------------------------------------
Reporter: brsa | Owner: gleu
Type: bug | Status: closed
Priority: minor | Milestone: 1.10.3
Component: pgadmin | Version: 1.10
Resolution: fixed | Keywords: sql pane
Platform: all |
----------------------+-----------------------------------------------------
Changes (by gleu):
* status: assigned => closed
* version: trunk => 1.10
* resolution: => fixed
* milestone: => 1.10.3
Comment:
Fixed in r8246 and r8247.
--
Ticket URL: <http://code.pgadmin.org/trac/ticket/162#comment:2>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III