mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-05 10:56:10 +02:00
Register "real" datatype to the existing float transformation.
Attempt at fixing #73.
This commit is contained in:
parent
1273c42393
commit
8becf05803
@ -136,6 +136,7 @@
|
||||
;; objects, where we only want to deal with text.
|
||||
;;
|
||||
(cond ((or (string-equal "float" coltype)
|
||||
(string-equal "real" coltype)
|
||||
(string-equal "double precision" coltype)
|
||||
(and (<= 7 (length coltype))
|
||||
(string-equal "numeric" coltype :end2 7)))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user