Re: New mug design
| От | Chris Browne |
|---|---|
| Тема | Re: New mug design |
| Дата | |
| Msg-id | 87k4x86ldy.fsf@dba2.int.libertyrms.com обсуждение исходный текст |
| Ответ на | Re: New mug design (Bruce Momjian <bruce@momjian.us>) |
| Ответы |
Re: New mug design
Re: New mug design |
| Список | 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 по дате отправления: