| From: | "Marc G(dot) Fournier" <scrappy(at)hub(dot)org> |
|---|---|
| To: | Bruce Momjian <bruce(at)momjian(dot)us> |
| Cc: | Rob Napier <rob(at)doitonce(dot)net(dot)au>, Thom Brown <thombrown(at)gmail(dot)com>, damien clochard <damien(at)dalibo(dot)info>, Josh Berkus <josh(at)agliodbs(dot)com>, Andreas 'ads' Scherbaum <adsmail(at)wars-nicht(dot)de>, pgsql-advocacy(at)postgresql(dot)org |
| Subject: | Re: New mug design |
| Date: | 2009-11-28 21:58:28 |
| Message-ID: | alpine.BSF.2.00.0911281758050.65012@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)hub(dot)org http://www.hub.org
Yahoo:yscrappy Skype: hub.org ICQ:7615664 MSN:scrappy(at)hub(dot)org
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thom Brown | 2009-11-28 22:05:53 | Re: New mug design |
| Previous Message | Andreas 'ads' Scherbaum | 2009-11-28 21:53:46 | Re: New mug design |