Fix #1008, Handle columns that contain spaces

This commit is contained in:
steve-chavez
2018-12-12 12:07:30 -05:00
committed by Steve Chávez
parent d78410473e
commit 36f86827ee
6 changed files with 26 additions and 1 deletions
+5
View File
@@ -1636,3 +1636,8 @@ create table test.isn_sample (
create function test.is_valid_isbn(input text) returns boolean as $$
select is_valid(input::isbn);
$$ language sql;
create table "Server Today"(
"cHostname" text,
"Just A Server Model" text
);