Re: New mug design

Поиск
Список
Период
Сортировка
Искать
От
Andreas 'ads' Scherbaum
Тема
Re: New mug design
Дата
Msg-id
20091129133031.793a00c2@iridium.wars-nicht.de
Ответ на
Re: New mug design (Bruce Momjian)
Список
Дерево обсуждения
Re: New mug design Chris Browne <cbbrowne@acm.org>
Re: New mug design Jaime Casanova <jcasanov@systemguards.com.ec>
Re: New mug design Andreas 'ads' Scherbaum <adsmail@wars-nicht.de>
Re: New mug design Alvaro Herrera <alvherre@commandprompt.com>
Re: New mug design Jaime Casanova <jcasanov@systemguards.com.ec>
Re: New mug design Andreas 'ads' Scherbaum <adsmail@wars-nicht.de>
Re: New mug design Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it>
Re: New mug design David Fetter <david@fetter.org>
Re: New mug design Greg Stark <gsstark@mit.edu>
Re: New mug design "Joshua D. Drake" <jd@commandprompt.com>
Re: New mug design "Joshua D. Drake" <jd@commandprompt.com>
Re: New mug design Bruce Momjian <bruce@momjian.us>
Re: New mug design Greg Stark <gsstark@mit.edu>
Re: New mug design Tommy Gildseth <tommy.gildseth@usit.uio.no>
Re: New mug design David Fetter <david@fetter.org>
Re: New mug design David Fetter <david@fetter.org>
Re: New mug design Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it>
Re: New mug design Greg Smith <greg@2ndquadrant.com>
Re: New mug design Christophe Pettus <xof@thebuild.com>
Re: New mug design Andreas 'ads' Scherbaum <adsmail@wars-nicht.de>
Re: New mug design "Greg Sabino Mullane" <greg@turnstep.com>
Re: New mug design Richard Broersma <richard.broersma@gmail.com>
Re: New mug design Raymond O'Donnell <rod@iol.ie>
Re: New mug design elein <elein@varlena.com>
On Sat, 28 Nov 2009 17:57:38 -0500 (EST) Bruce Momjian wrote:

> That highlights our multi-value INSERT too.  :-)  With proper wrap it
> would be:
> 
> 	BEGIN;
> 	CREATE TABLE pg_mug (contents TEXT);
> 	INSERT INTO pg_mug 
> 	  VALUES('coffee'), ('sugar'), ('cream');
> 	COMMIT;
> 
> You can even add stirring:
> 
> 	BEGIN;
> 	CREATE TABLE pg_mug (contents TEXT);
> 	INSERT INTO pg_mug 
> 	  VALUES('coffee'), ('sugar'), ('cream');
> 	-- stir
> 	SELECT * FROM pg_mug ORDER BY random();
> 	COMMIT;

The mug is colored anyway, right now blue and black. Can/should we add
some syntax highlighting?


Bye

-- 
				Andreas 'ads' Scherbaum
German PostgreSQL User Group
European PostgreSQL User Group - Board of Directors
Volunteer Regional Contact, Germany - PostgreSQL Project
В списке pgsql-advocacy по дате отправления
От: Dave Page
Дата:
Сообщение: Re: New mug design
От: Andreas 'ads' Scherbaum
Дата:
Сообщение: Re: New mug design
FAQ