mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 07:16:58 +02:00
Catch IOError when opening data file from textreader (such as no such file or directory)
This commit is contained in:
parent
fb56f3fe00
commit
d99fc7ba4c
@ -26,7 +26,7 @@ trailing_sep = True
|
||||
[simple]
|
||||
use_template = simple_tmpl
|
||||
table = simple
|
||||
filename = simple/simple.data
|
||||
filename = simple/simple..data
|
||||
columns = a:1, b:3, c:2
|
||||
|
||||
# those reject settings are defaults one
|
||||
|
Loading…
Reference in New Issue
Block a user