Re: New mug design - Mailing list pgsql-advocacy

From Bruce Momjian
Subject Re: New mug design
Date
Msg-id 200912020140.nB21enU29235@momjian.us
Whole thread Raw
In response to Re: New mug design  ("Joshua D. Drake" <jd@commandprompt.com>)
Responses Re: New mug design  (Greg Stark <gsstark@mit.edu>)
List 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@fetter.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@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

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

pgsql-advocacy by date:

Previous
From: David Fetter
Date:
Subject: Re: New mug design
Next
From: Greg Stark
Date:
Subject: Re: New mug design