Quebra ASCII

select ('foo' || '\n bar');

Quebra HTML

select ('foo' || '<br/> bar');


2009/4/28 Jéckson Schwengber <[email protected]>

>  Boa Noite Pessoas,
>
>
> O meu problema é simples, possuo uma function e quero poder concatenar com
> quebra de linha.
>
> Ex.:
> "
> DECLARE
>  vteste varchar(100);
>
>
> begin
>    vteste := select teste from table_teste;
>
>                 --      aqui ao invés de apenas concatenar, ele quebrar a
> linha da variável  , como seria <br> em HTML
>    vteste := vteste || 'Linha de baixo';
>
> end;
> "
>
> Atenciosamente
>
> Jéckson Schwengber
>
>
> _______________________________________________
> pgbr-geral mailing list
> [email protected]
> https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
>
>


-- 
[ ]'s
Shairon Toledo
http://www.hashcode.eti.br
_______________________________________________
pgbr-geral mailing list
[email protected]
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a