| From: | Anne Wainwright <anotheranne(at)fables(dot)co(dot)za> | 
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> | 
| Cc: | pgsql-novice <pgsql-novice(at)postgresql(dot)org> | 
| Subject: | Re: carriage returns out as \n | 
| Date: | 2013-07-12 07:00:10 | 
| Message-ID: | 20130712070010.GA3672@fables.co.za | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-novice | 
Thank you Tom.
I have issues with " which I know is an issue with the clientside of
things so am sure this is then the same.
regards
Anne
On Thu, Jul 11, 2013 at 03:07:33PM -0400, Tom Lane wrote:
> Anne Wainwright <anotheranne(at)fables(dot)co(dot)za> writes:
> > Data input includes carriage returns.
> > When I extract query results in delimited format these have been
> > replaced by '\n'
> 
> No such transformation is done within the database proper.  I suppose
> that something on the client side is doing that for/to you, but since
> you've provided no details about what you're doing, it's hard to guess
> exactly where it's happening.
> 
> 			regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | amulsul | 2013-07-17 10:54:27 | Re: Postgres User Home ENV Help | 
| Previous Message | Tom Lane | 2013-07-11 19:07:33 | Re: carriage returns out as \n |