Re: limit table to one row

Поиск
Список
Период
Сортировка
От Brandon Metcalf
Тема Re: limit table to one row
Дата
Msg-id Pine.LNX.4.58L.0906090955330.11099@cedar.geronimoalloys.com
обсуждение исходный текст
Ответ на Re: limit table to one row  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Ответы Re: limit table to one row
Список pgsql-general
g == gryzman@gmail.com writes:

 g> just change whatever you are storing to be in vertical structure,
 g> instead of horizontal. so instead of create table foo(a int, b int, c
 g> int, etc), try:

 g> create table foo(name varchar, val int);

 g> common mistake I've seen committed by people..


I'm not sure I follow how this solves the problem.

--
Brandon

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