Re: print formated special characteres

2020-10-18 Thread Pavel Stehule
po 19. 10. 2020 v 3:18 odesílatel Celso Lorenzetti napsal: > Hi Peter, > > is language C standart.. > > On 2020-10-17 20:51:36 +0200, Matthias Apitz wrote: > > El día sábado, octubre 17, 2020 a las 03:37:46p. m. -0300, Celso > Lorenzetti escribió: > > > > > Somebody help me, please. > > > > > > H

Re: print formated special characteres

2020-10-17 Thread Tom Lane
"Peter J. Holzer" writes: > On 2020-10-17 20:51:36 +0200, Matthias Apitz wrote: >> El día sábado, octubre 17, 2020 a las 03:37:46p. m. -0300, Celso Lorenzetti >> escribió: >>> elog(INFO, "\n%-10s Fim\n%-10s Fim\n", "Variável", "Variavel"); > Which programming language is this? PL/pgSQL? Looks l

Re: print formated special characteres

2020-10-17 Thread Peter J. Holzer
On 2020-10-17 20:51:36 +0200, Matthias Apitz wrote: > El día sábado, octubre 17, 2020 a las 03:37:46p. m. -0300, Celso Lorenzetti > escribió: > > > Somebody help me, please. > > > > How to make the texts are aligned with 10 characters? > > > > > > > > elog(INFO, "\n%-10s Fim\n%-10s Fim\n", "V

Re: print formated special characteres

2020-10-17 Thread Matthias Apitz
El día sábado, octubre 17, 2020 a las 03:37:46p. m. -0300, Celso Lorenzetti escribió: > Somebody help me, please. > > How to make the texts are aligned with 10 characters? > > > > elog(INFO, "\n%-10s Fim\n%-10s Fim\n", "Variável", "Variavel"); Hola Celso, You can reproduce the same on the U