Re: New mug design - Mailing list pgsql-advocacy

From Chris Browne
Subject Re: New mug design
Date
Msg-id 87k4x86ldy.fsf@dba2.int.libertyrms.com
Whole thread Raw
In response to Re: New mug design  (Bruce Momjian <bruce@momjian.us>)
Responses Re: New mug design
Re: New mug design
List pgsql-advocacy
scrappy@hub.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...

pgsql-advocacy by date:

Previous
From: Florian Weimer
Date:
Subject: Re: New mug design
Next
From: Gabriele Bartolini
Date:
Subject: Re: New mug design