Ticket #162 (closed bug: fixed)

Opened 23 months ago

Last modified 23 months ago

Missing TABLESPACE clause in CREATE DATABASE

Reported by: brsa Owned by: gleu
Priority: minor Milestone: 1.10.3
Component: pgadmin Version: 1.10
Keywords: sql pane Cc:
Platform: all

Description

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

Change History

Changed 23 months ago by gleu

  • owner changed from dpage to gleu
  • status changed from new to assigned

Changed 23 months ago by gleu

  • status changed from assigned to closed
  • version changed from trunk to 1.10
  • resolution set to fixed
  • milestone set to 1.10.3

Fixed in r8246 and r8247.

Note: See TracTickets for help on using tickets.