Ticket #162 (closed bug: fixed)
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
Note: See
TracTickets for help on using
tickets.
