Re: New mug design

From: Chris Browne <cbbrowne(at)acm(dot)org>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: New mug design
Date: 2009-11-30 16:13:45
Message-ID: 87k4x86ldy.fsf@dba2.int.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

scrappy(at)hub(dot)org ("Marc G. Fournier") writes:
>> INSERT INTO pg_mug VALUES('coffee', 'sugar', 'cream');

I would prefer a more relational representation:
INSERT INTO pg_mug (contents) VALUES('coffee'), ('sugar'), ('cream');

Alternatively, we could make it generic:
INSERT INTO pg_mug (contents)
SELECT contents FROM recipes
WHERE user_name = current_user();

:-)
--
wm(X,Y):-write(X),write('@'),write(Y). wm('cbbrowne','linuxfinances.info').
http://linuxfinances.info/info/slony.html
Bad command. Bad, bad command! Sit! Stay! Staaay...

In response to

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Gabriele Bartolini 2009-11-30 21:54:39 Re: New mug design
Previous Message Florian Weimer 2009-11-30 09:47:20 Re: New mug design