Re: new-line

From: ivan <iv(at)psycho(dot)pl>
To: Jürgen Cappel <email(at)juergen-cappel(dot)de>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: new-line
Date: 2003-12-27 18:47:54
Message-ID: Pine.LNX.4.56.0312271943580.16189@rex.anfa.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

its must be in run time, server should has text with linux new line,
and if clinet is windows, postgres would convert \n to \n\r
but when clinet is also linux postgresa can do nothing about it

:)
any idea ?

On Sat, 27 Dec 2003, [iso-8859-1] Jürgen Cappel wrote:

> Hi Ivan,
>
> maybe your're looking for something like this:
>
> http://rcamera.org/cgi-bin/man2html.cgi?1+unix2dos
>
> HTH,
>
> Jürgen Cappel
>
>
> ivan <iv(at)psycho(dot)pl> schrieb am 27.12.2003, 14:19:10:
> >
> >
> > is there same easy way to turn on translation bettwen client and server
> > from linux new-line style (0x0A) to windows style (0x0A0D?)
> > (something like conversions) ?
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>

In response to

  • at 2003-12-27 14:27:51 from Jürgen Cappel

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Spraul 2003-12-27 19:03:10 Re: [PATCHES] update i386 spinlock for hyperthreading
Previous Message Uwe C. Schroeder 2003-12-27 18:31:11 Re: Is my MySQL Gaining ?