mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
Add a local test, per #271.
This commit is contained in:
parent
04aa743eb7
commit
573a63cd3a
@ -24,7 +24,10 @@ LOAD DATABASE
|
||||
type bit when (= precision 1) to boolean drop typemod using bits-to-boolean,
|
||||
|
||||
column ascii.s using byte-vector-to-bytea,
|
||||
column enumerate.foo using empty-string-to-null
|
||||
column enumerate.foo using empty-string-to-null,
|
||||
|
||||
column ip.ip_address to inet keep not null drop typemod
|
||||
|
||||
|
||||
MATERIALIZE VIEWS nonexisting,
|
||||
d as $$
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user