Re: New mug design

From: Andreas 'ads' Scherbaum <adsmail(at)wars-nicht(dot)de>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: New mug design
Date: 2009-11-28 21:53:46
Message-ID: 20091128225346.7c0e074c@iridium.wars-nicht.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy


Hello,

On Sat, 28 Nov 2009 16:39:25 -0500 (EST) Bruce Momjian wrote:

> Rob Napier wrote:
> > I suggest that you combine the two ideas:
> >
> > >>> INSERT INTO pg_mug VALUES('coffee', 'water', 'sugar', 'cream');
> >
> > And
> >
> > >> BEGIN;
> > >> CREATE TABLE postgresql (mug_id SERIAL);
> > >> COMMIT;
>
> You mean:
>
> BEGIN;
> CREATE TABLE pg_mug (contents TEXT);
> INSERT INTO pg_mug VALUES('coffee', 'sugar', 'cream');
> COMMIT;
>
> ?

+1

But we need to linebreak the third line, else it will go around
the mug (and i want the logo on the other side). So this results
in 5 lines SQL-code, that's ok.

What about the "SELECT PostgreSQL();" idea mentioned upthread?

Bye

--
Andreas 'ads' Scherbaum
German PostgreSQL User Group
European PostgreSQL User Group - Board of Directors
Volunteer Regional Contact, Germany - PostgreSQL Project

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Marc G. Fournier 2009-11-28 21:58:28 Re: New mug design
Previous Message Bruce Momjian 2009-11-28 21:39:25 Re: New mug design