mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-09 15:56:58 +02:00
Fix 182: properly quote tables with . in their names
This commit is contained in:
parent
eabfbb9cc8
commit
54997be2dd
@ -26,7 +26,7 @@
|
||||
(cond ((quoted-p identifier)
|
||||
:none)
|
||||
|
||||
((cl-ppcre:scan "^[^A-Za-z_]" identifier)
|
||||
((cl-ppcre:scan "[^A-Za-z_]" identifier)
|
||||
:quote)
|
||||
|
||||
((member lowercase-identifier *pgsql-reserved-keywords*
|
||||
|
Loading…
Reference in New Issue
Block a user