Escape tablespace name when creating postgresql tablespace
authorclinton_admin <clinton_admin@fritz.hcoop.net>
Sun, 25 Mar 2012 07:13:23 +0000 (03:13 -0400)
committerclinton_admin <clinton_admin@fritz.hcoop.net>
Sun, 25 Mar 2012 07:13:23 +0000 (03:13 -0400)
commit42255e0b020923e3564c289ec17f6a1017f2052d
tree932e416a6227b18466189346c922549986d1c3ac
parent2c924369a2dc023ae8d3317ed45356a892bbdb48
Escape tablespace name when creating postgresql tablespace
* Previously, a name with a '-' would break things
* Usernames containing '"' are invalid anyway so we should be bulletproof
create-user-database