Re: Ascii Elephant for text based protocols - Final function proposal

From: "Charles Clavadetscher" <clavadetscher(at)swisspug(dot)org>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Ascii Elephant for text based protocols - Final function proposal
Date: 2016-05-17 13:39:33
Message-ID: 00ab01d1b041$906b02b0$b1410810$@swisspug.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello again

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Charles
> Clavadetscher
> Sent: Dienstag, 17. Mai 2016 14:50
> To: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] Ascii Elephant for text based protocols - Final function proposal
>
> Hello all
>
> > -----Original Message-----
> > From: pgsql-general-owner(at)postgresql(dot)org
> > [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Karsten
> > Hilbert
> > Sent: Dienstag, 17. Mai 2016 09:23
> > To: pgsql-general(at)postgresql(dot)org
> > Subject: Re: [GENERAL] Ascii Elephant for text based protocols - Final
> >
> > On Tue, May 17, 2016 at 06:58:14AM +0200, Charles Clavadetscher wrote:
> >
> > > A question to the naming. I find pg_logo() also a good name, but is
> > > the prefix pg_* not reserved for system functions? Of course I could
> > > use the name I want, but was wondering if there is a policy or a
> > > best practice in this area.
> >
> > pg_logo would only be suitable if it got blessing from "higher up".
>
> Well. This question will be addressed when the body of the function is complete. Now I have a proposal which is in
> the attachment.

In my function there was a problem with casting of values to real instead of numeric to compute the number of spaces required on the
right side of a string to be centered. In some specific string lengths the rounding was not correct.
Sorry. This should now be ok.

In the attachment the corrected version.

Bye
Charles

Attachment Content-Type Size
pg_logo.sql text/plain 10.2 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bryan Nuse 2016-05-17 13:41:51 Re: Ascii Elephant for text based protocols - Final
Previous Message Albe Laurenz 2016-05-17 13:29:03 Re: PG wire protocol question