Re: New mug design

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: David Fetter <david(at)fetter(dot)org>, Gabriele Bartolini <gabriele(dot)bartolini(at)2ndquadrant(dot)it>, PostgreSQL Advocacy <pgsql-advocacy(at)postgresql(dot)org>
Subject: Re: New mug design
Date: 2009-12-02 01:31:00
Message-ID: 1259717460.26322.82.camel@jd-desktop.unknown.charter.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

On Wed, 2009-12-02 at 01:29 +0000, Greg Stark wrote:
> On Mon, Nov 30, 2009 at 10:10 PM, David Fetter <david(at)fetter(dot)org> wrote:
> >
> > All this stuff is way too clever.
> >
> > BEGIN;
> > SELECT PostgreSQL;
> > COMMIT;
> >
> > gets the point across without demanding interpretation from the
> > audience :)
>
> +1
>
> I like this punny one where both "SELECT" and "COMMIT" are being used
> to imply double-meanings. Personally I wouldn't put the BEGIN there
> though, it's distracting, isn't punny, and everyone should run with
> autocommit off where you wouldn't need it anyways.

Well you could do:

START TRANSACTION:
SELECT PostgreSQL();
END TRANSACTION;

>
>
> --
> greg
>

--
PostgreSQL.org Major Contributor
Command Prompt, Inc: http://www.commandprompt.com/ - 503.667.4564
Consulting, Training, Support, Custom Development, Engineering
If the world pushes look it in the eye and GRR. Then push back harder. - Salamander

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message David Fetter 2009-12-02 01:40:28 Re: New mug design
Previous Message Greg Stark 2009-12-02 01:29:15 Re: New mug design