mirror of
https://github.com/dimitri/pgloader.git
synced 2026-05-04 18:36:12 +02:00
some more facilities in the TODO list
This commit is contained in:
parent
e9fdd8e0b7
commit
0e42971ea0
13
TODO.txt
13
TODO.txt
@ -183,6 +183,19 @@ Add options:
|
||||
Will allow pgloader to configure the +columns+ parameter from the
|
||||
first line of the file, and skip loading it.
|
||||
|
||||
+optional_cols+::
|
||||
|
||||
Allow pgloader to consider some columns optionnal, replace their
|
||||
missing content with NULL when needed (line does not provide
|
||||
them). Only concerns last columns of a line, by definition.
|
||||
|
||||
Change default behaviour:
|
||||
|
||||
+only_cols+::
|
||||
|
||||
pgloader will only complain about missing cols when those are not
|
||||
listed in only_cols, if this knob is used.
|
||||
|
||||
== XML support ==
|
||||
|
||||
Implement XML support by allowing the user to give +pgloader+ a custom
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user