BUG #15983: pg_dump converts CRLF to LF
От | PG Bug reporting form |
---|---|
Тема | BUG #15983: pg_dump converts CRLF to LF |
Дата | |
Msg-id | 15983-04588b1c04500093@postgresql.org обсуждение исходный текст |
Ответы |
Re: BUG #15983: pg_dump converts CRLF to LF
|
Список | pgsql-bugs |
The following bug has been logged on the website: Bug reference: 15983 Logged by: James Inform Email address: james.inform@pharmapp.de PostgreSQL version: 11.5 Operating system: Mac / Linux Description: When using "pg_dump --inserts" to generate insert statements in my dump file, all line feeds (LF and CRLF) in e.g. text fields are converted to LF. After importing the dump file using psql, all CRLF are gone and I have LF everywhere. So in fact pg_dump -> psql for backup/restore changes my data. This way I am loosing information that is necessary for applications that expect CRLF and not LF in the data they get from PostgreSQL. Btw. when not using --inserts in pg_dump then everything works fine and \r\n is used in the copy command for CRLF. So, I think we have to opportunities: 1. Fix this behaviour for --inserts option 2. State the behaviour in the manual, so that it is clear for every user.
В списке pgsql-bugs по дате отправления: