Skip to content

Commit

Permalink
Merge pull request #14 from ghidinelli/patch-1
Browse files Browse the repository at this point in the history
Update postgres.go
  • Loading branch information
lukasmartinelli committed Apr 4, 2016
2 parents cfe524c + 0a3af7c commit 6f00b06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ func postgresify(identifier string) string {
"|": "_",
"-": "_",
",": "_",

"#": "_",

"[": "",
"]": "",
"{": "",
Expand Down

0 comments on commit 6f00b06

Please sign in to comment.