> On Tue, May 17, 2016 at 8: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
> > ('729472967293732174412176b12173b17111752171927491b1744171b17411217181417211718141734172b191721191724173b1714171912175b17221b
On Tue, May 17, 2016 at 8: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
> ('729472967293732174412176b12173b17111752171927491b1744171b17411217181417211718141734172b191721191724173b1714171912175b17221b1912174b1412
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
> >
> > ('729472967293732174412176b12173b17111752171927491b1744171b1741121
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
('729472967293732174412176b12173b17111752171927491b1744171b17411217181417211718141734172b191721191724173b1714171912175b17221b1912174b1412178b121715122a
Mai 2016 09:23
> > To: pgsql-general@postgresql.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
Hello all
> -Original Message-
> From: pgsql-general-ow...@postgresql.org
> [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Karsten Hilbert
> Sent: Dienstag, 17. Mai 2016 09:23
> To: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Ascii Elephant for te
2016-05-16 14:47 GMT+03:00 Charles Clavadetscher :
> 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,'+-
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
>
Hello
On 05/16/2016 10:50 PM, Michael Paquier wrote:
On Tue, May 17, 2016 at 5:13 AM, Karsten Hilbert
wrote:
select pg_logo();
seems like a good idea to me :-)
If you propose a patch with a function that returns a setof text, I am
sure it would get some attention. Though I think th
On Tue, May 17, 2016 at 5:13 AM, Karsten Hilbert
wrote:
> select pg_logo();
>
> seems like a good idea to me :-)
If you propose a patch with a function that returns a setof text, I am
sure it would get some attention. Though I think that you should
remove the mention of the 20th anniversa
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)
> VALU
On Mon, May 16, 2016 at 2:47 PM, Charles Clavadetscher
wrote:
> SELECT row_dat FROM elephant ORDER BY row_num;
Very good ! Thanks !
--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Hi all
OK. I must come to an end with this task.
This is what I find a decent final version and I plan to use it in my
SwissPUG signature until the end of the year.
++
| __ ___|
| /)/ \/ \ |
| ( / ___\) |
| \(/ o) ( o)
I think I found a better representation for the end of the trunk:
++
| __ ___|
| /)/ \/ \ |
| ( / ___\) |
| \(/ o) ( o) ) |
| \_ (_ ) \ ) _/ |
| \ /\_/\)/ |
| \/ |
|| |
Hello Melvin
Thank you for your code.
With the current design (not yet necessarily the final one):
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,'+-
On Sun, May 15, 2016 at 11:47 PM, Charles Clavadetscher <
clavadetsc...@swisspug.org> wrote:
> Hello Tom
>
> Thanks for your feedback.
>
> On 05/16/2016 05:31 AM, Tom Lane wrote:
>
>> Charles Clavadetscher writes:
>>
>>> On 05/16/2016 02:51 AM, dandl wrote:
>>>
* the trunk is (how shall I pu
Hello Tom
Thanks for your feedback.
On 05/16/2016 05:31 AM, Tom Lane wrote:
Charles Clavadetscher writes:
On 05/16/2016 02:51 AM, dandl wrote:
* the trunk is (how shall I put this?) somewhat phallic.
Mmh... This could apply to any elephant picture. I don't think that this
needs a change,
Charles Clavadetscher writes:
> On 05/16/2016 02:51 AM, dandl wrote:
>> * the trunk is (how shall I put this?) somewhat phallic.
> Mmh... This could apply to any elephant picture. I don't think that this
> needs a change, but let's see if there are more feedbacks.
I'd say the problem is at the
Of Peter J. Holzer
Sent: Monday, 16 May 2016 9:11 AM
To: pgsql-general@postgresql.org
Subject: Re: [GENERAL] Ascii Elephant for text based protocols
On 2016-05-15 14:02:56 +0200, Cha
neral@postgresql.org
> Subject: Re: [GENERAL] Ascii Elephant for text based protocols
>
> On 2016-05-15 14:02:56 +0200, Charles Clavadetscher wrote:
> > ++
> > | __ ___|
> > | /)/ \/ \ |
> &
On Sun, May 15, 2016 at 9:02 PM, Charles Clavadetscher
wrote:
> If the community finds the draft ok and the idea meaningful, it could even
> be added to the list of available logos?
FWIW, I am a fan of ASCII art.
> ++
> | __ ___|
> | /)/ \/ \
On 2016-05-15 14:02:56 +0200, Charles Clavadetscher wrote:
> ++
> | __ ___|
> | /)/ \/ \ |
> | ( / ___\) |
> | \(/ o) ( o) ) |
> | \_ (_ ) \ ) / |
> | \ /\_/\)_/|
> | \/ //| |\\ |
> |
Hello
We have a long week-end this days and so I tried to create an elephant
using ASCII characters that could be used for mail signatures or
wherever you prefer not to use a graphical interface. I tried to find
something ready on the internet but was unable to spot anything useful
and small
23 matches
Mail list logo