Re: New mug design

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: jd(at)commandprompt(dot)com
Cc: Greg Stark <gsstark(at)mit(dot)edu>, 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:40:49
Message-ID: 200912020140.nB21enU29235@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

Joshua D. Drake wrote:
> 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;

It could be:

START TRANSACTION:
SELECT PostgreSQL();
COMMIT;

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-advocacy by date

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