mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Allow dollars in CSV fields names, fix #236.
This commit is contained in:
parent
533e6b623f
commit
dfb4cc2049
@ -183,6 +183,7 @@
|
||||
(* (or (alpha-char-p character)
|
||||
(digit-char-p character)
|
||||
#\.
|
||||
#\$
|
||||
#\_)))
|
||||
(:text t))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user