copy - PostgreSQL error logging options not recognised -
as noted here i'm trying utilize postgresql re-create error_logging, error_logging_skip_bad_rows options.
my sql looks this:
copy users 'c:\users\admin\osmosis_temp\users.txt' (error_logging, error_logging_skip_bad_rows); i sql output of error: alternative "error_logging" not recognized. missing turns on error logging in first place?
postgresql 9.3
at top of wiki page you've linked 1 reads:
error logging in re-create proposed feature developed aster info against postgresql 9.0 code base. submitted , reviewed (1) not accepted core product or other version far.
so concept.
postgresql copy postgresql-9.3
No comments:
Post a Comment