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

From Karsten Hilbert
Subject Re: Ascii Elephant for text based protocols - Final
Date
Msg-id 20160516201334.GD22412@hermes.hilbert.loc
Whole thread Raw
In response to Re: Ascii Elephant for text based protocols - Final  (Charles Clavadetscher <clavadetscher@swisspug.org>)
Responses Re: Ascii Elephant for text based protocols - Final
List pgsql-general
    select pg_logo();

seems like a good idea to me :-)

Karsten

> SQL version by Melvin Davidson:
>
> CREATE TABLE elephant
> (row_num integer NOT NULL,
>  row_dat varchar(30) NOT NULL,
>  CONSTRAINT elephant_pk PRIMARY KEY (row_num)
> );
>
> INSERT INTO elephant
> (row_num, row_dat)
> VALUES
> ( 1,'+------------------------+'),
> ( 2,'|   ____  ______  ___    |'),
> ( 3,'|  /    )/      \/   \   |'),
> ( 4,'| (     / __    _\    )  |'),
> ( 5,'|  \    (/ o)  ( o)   )  |'),
> ( 6,'|   \_  (_  )   \ ) _/   |'),
> ( 7,'|     \  /\_/    \)/     |'),
> ( 8,'|      \/ <//|  |\\>     |'),
> ( 9,'|           _|  |        |'),
> (10,'|           \|_/         |'),
> (11,'|                        |'),
> (12,'|  PostgreSQL 1996-2016  |'),
> (13,'|  20 Years of success   |'),
> (14,'+------------------------+');
>
> SELECT row_dat FROM elephant ORDER BY row_num;

--
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Any difference between commit/rollback when only temp tables and \copy are used
Next
From: Lucas Possamai
Date:
Subject: Re: Connections - Postgres 9.2