Re: New mug design

Поиск
Список
Период
Сортировка
От Thom Brown
Тема Re: New mug design
Дата
Msg-id bddc86150911281405t1b755785ic20e2d0668aef025@mail.gmail.com
обсуждение исходный текст
Ответ на Re: New mug design  ("Marc G. Fournier" <scrappy@hub.org>)
Список pgsql-advocacy
2009/11/28 Marc G. Fournier <scrappy@hub.org>
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? :)



Thom

В списке pgsql-advocacy по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: New mug design
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: New mug design