Re: 8.3beta4: pg_dump tab escape change

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tomas Szepe <szepe(at)pinerecords(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 8.3beta4: pg_dump tab escape change
Date: 2007-12-26 22:23:00
Message-ID: 13463.1198707780@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Tomas Szepe <szepe(at)pinerecords(dot)com> writes:
> for a very long time now, pg_dump has placed '\t' on output where a literal
> tab was present in the data.
> Since 8.3pre, this is no longer the case -- the backslash is followed
> by an actual tab character, ('\009').

According to the CVS logs, this was reverted in beta4 --- you sure you
are testing the right beta?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tomas Szepe 2007-12-26 22:48:47 Re: 8.3beta4: pg_dump tab escape change
Previous Message Tom Lane 2007-12-26 21:30:16 Re: Server does not start when log_statement_stats is set to on