Re: Need help with a function boolean --> text or array

Поиск
Список
Период
Сортировка
От Andrej Ricnik-Bay
Тема Re: Need help with a function boolean --> text or array
Дата
Msg-id b35603930801230024w72d74f2fmf5be6184531ee6e3@mail.gmail.com
обсуждение исходный текст
Ответ на Need help with a function boolean --> text or array  (Andreas <maps.on@gmx.net>)
Ответы Re: Need help with a function boolean --> text or array  (Andreas <maps.on@gmx.net>)
Список pgsql-novice
On 23/01/2008, Andreas <maps.on@gmx.net> wrote:
> My view should look like this:
> id, name, addons
> ...
> 11, 'Salami',  'Cheese, Salami'
> 42, 'Fire',  'Cheese, Onion, Salami, Extra hot chilies'
> ...
Looks primarily like a normalisation problem to me.  I'd be
going for a pizzaname-table, an ingredient-table and a pizza-table
that combines these m:n and then worry about the view ...


> Regards
> Andreas
Cheers,
Andrej

--
Please don't top post, and don't use HTML e-Mail :}  Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

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

Предыдущее
От: Raimon Fernandez
Дата:
Сообщение: using column alias to make operations
Следующее
От: "A. Kretschmer"
Дата:
Сообщение: Re: using column alias to make operations