Re: limit table to one row

Поиск
Список
Период
Сортировка
От Leif B. Kristensen
Тема Re: limit table to one row
Дата
Msg-id 200906062327.56905.leif@solumslekt.org
обсуждение исходный текст
Ответ на Re: limit table to one row  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Список pgsql-general
On Saturday 6. June 2009, Grzegorz Jaśkiewicz wrote:
>just change whatever you are storing to be in vertical structure,
>instead of horizontal. so instead of create table foo(a int, b int, c
>int, etc), try:
>
>create table foo(name varchar, val int);
>
>common mistake I've seen committed by people..

That sounds a lot like EAV.
--
Leif Biberg Kristensen | Registered Linux User #338009
Me And My Database: http://solumslekt.org/blog/

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

Предыдущее
От: Christian Ferrari
Дата:
Сообщение: PostgreSQL and XA Distributed Transaction Protocol
Следующее
От: DimitryASuplatov
Дата:
Сообщение: Re: How to store text files in the postgresql?