You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(pgimport) Fix --no-create-table so we don't need to pass =true
(pgimport) Fix error when quotechar is detected as ' (the escape does not work)
(pgexport) Be able to specify a query instead of table name, so we can export more complex data (this could be used to optimize rows query)
(pgimport and pgexport) Be able to specify field names, like --fields
(pgimport and pgexport) Be able to force the CSV dialect
(pgimport and pgexport) Create docs
(pgimport) If the table does not exist and we pass --no-create-table an error will not be raised. Decide if rows should raise an error and how PostgreSQL creates the table (field types)
Tasks:
--no-create-tableso we don't need to pass=true'(the escape does not work)rows query)--fields--no-create-tablean error will not be raised. Decide if rows should raise an error and how PostgreSQL creates the table (field types)