| From: | Bruce Momjian <bruce(at)momjian(dot)us> |
|---|---|
| To: | mundus13(at)yahoo(dot)de |
| Cc: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Re: BUG #10701: pg_dumpall.exe adds 0x0d to table comments |
| Date: | 2014-10-11 18:56:20 |
| Message-ID: | 20141011185620.GC21267@momjian.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
On Thu, Jun 19, 2014 at 11:29:44AM +0000, mundus13(at)yahoo(dot)de wrote:
> The following bug has been logged on the website:
>
> Bug reference: 10701
> Logged by: Michael
> Email address: mundus13(at)yahoo(dot)de
> PostgreSQL version: 9.3.4
> Operating system: Windows 7 64Bit
> Description:
>
> When pg_dumpall.exe exports a table which contains 0x0d 0x0a in the table
> comment
> an additional \x0d is added to the export file.
>
> Repro:
>
> CREATE TABLE public.test2 (
> ...
>
> COMMENT ON TABLE public.test2
> IS 'desc1
> desc2
> ';
I looked into this and I can't see why only COMMENT ON TABLE would be
affected. Does it cause other problems?
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ Everyone has their own god. +
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2014-10-11 21:26:59 | Re: BUG #11033: 'pg_dump -a' much slower than 'pg_dump' |
| Previous Message | Bruce Momjian | 2014-10-11 18:35:35 | Re: BUG #10680: LDAP bind password leaks to log on failed authentication |