Re: New mug design - Mailing list pgsql-advocacy

From Marc G. Fournier
Subject Re: New mug design
Date
Msg-id alpine.BSF.2.00.0911281758050.65012@hub.org
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
On Sat, 28 Nov 2009, Bruce Momjian wrote:

> Rob Napier wrote:
>> I suggest that you combine the two ideas:
>>
>>>>> INSERT INTO pg_mug VALUES('coffee', 'water', 'sugar', 'cream');
>>
>> And
>>
>>>> BEGIN;
>>>> CREATE TABLE postgresql (mug_id SERIAL);
>>>> COMMIT;
>
> You mean:
>
>     BEGIN;
>     CREATE TABLE pg_mug (contents TEXT);
>     INSERT INTO pg_mug VALUES('coffee', 'sugar', 'cream');
>     COMMIT;
>
> ?
>
> I don't think "water" makes sense unless you are making instant coffee,
> which I think is atypical.

Ummm ... last I checked, that query will fail with too many fields? :)

----
Marc G. Fournier                        Hub.Org Hosting Solutions S.A.
scrappy@hub.org                                     http://www.hub.org

Yahoo:yscrappy    Skype: hub.org    ICQ:7615664    MSN:scrappy@hub.org

pgsql-advocacy by date:

Previous
From: Andreas 'ads' Scherbaum
Date:
Subject: Re: New mug design
Next
From: Thom Brown
Date:
Subject: Re: New mug design