Re: Ascii Elephant for text based protocols - Final - Mailing list pgsql-general

From Jan de Visser
Subject Re: Ascii Elephant for text based protocols - Final
Date
Msg-id 4304290.XRomdKL5d8@coyote
Whole thread Raw
In response to Re: Ascii Elephant for text based protocols - Final  (Bryan Nuse <nuse@uga.edu>)
List pgsql-general
On Tuesday, May 17, 2016 9:41:51 AM EDT Bryan Nuse wrote:
> On 05/17/2016 08:25 AM, Victor Yegorov wrote:
> > I had a bit of fun with this SQL version and came up with this query:
> >
> > WITH src(s) AS (
> >
> >   VALUES
> >
> > ('729472967293732174412176b12173b17111752171927491b1744171b174112171814172
> > 11718141734172b191721191724173b1714171912175b17221b1912174b1412178b1217151
> > 22a172a1b2317d91a172a17f71b1a1912177') ), str AS (
> >
> >   SELECT string_agg(repeat(translate(substr(s, p, 1), '123456789ab',
> >
> > '(/>)<+ o_|\'), ('x'||lpad(substr(s, p+1, 1), 8, '0'))::bit(32)::int),
> > '') line
> >
> >     FROM src, generate_series(1, 182, 2) p
> >
> > )
> > SELECT substr(line, p, 21) slon FROM str, generate_series(1, 189, 21) p;
>
> I wonder if --under some fonts especially-- that elephant's eyes look a
> little... aggressive?
> Perhaps the following is too cute, however:
>
>     ____  ______  ___
>    /    )/      \/   \
>   (     / __    _\    )
>    \    (/ p)  ( g)   )
>     \_  (_  )   \ ) _/
>       \  /\_/    \)/
>        \/ <//|  |\\>
>             _|  |
>             \|_/

Some people have WAY too much time on their hands.




pgsql-general by date:

Previous
From: Bryan Nuse
Date:
Subject: Re: Ascii Elephant for text based protocols - Final
Next
From: Manuel Gómez
Date:
Subject: Re: PG wire protocol question