Re: Campo TEXT y saltos de linea

From: "Mario Gonzalez" <gonzalemario(at)gmail(dot)com>
To: jtempo <jtempo(at)argentina(dot)com>
Cc: pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: Campo TEXT y saltos de linea
Date: 2006-07-26 21:13:27
Message-ID: 2065a6cf0607261413y6b9db8ceia1f29efbfe00a65e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On 26/07/06, jtempo <jtempo(at)argentina(dot)com> wrote:
> Existe alguna convencion para reemplazar saltos de linea y avance de carro en cadenas de texto?
>
Te refieres a cambiar, por ejemplo, un salto de linea para ser visto en HTML

o sea \n por.... <br />

te podria servir la funcion replace()

http://www.postgresql.org/docs/8.1/static/functions-string.html

>

--
http://www.advogato.org/person/mgonzalez/

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2006-07-26 22:48:17 Re: Determinar Primary Key
Previous Message jtempo 2006-07-26 19:50:05 Campo TEXT y saltos de linea