should I use postgresql arrays...

Поиск
Список
Период
Сортировка
От Rajesh Kumar Mallah
Тема should I use postgresql arrays...
Дата
Msg-id 3C7738A7.78485275@trade-india.com
обсуждение исходный текст
Ответы Re: should I use postgresql arrays...  (Peter Eisentraut <peter_e@gmx.net>)
Re: should I use postgresql arrays...  (Christopher Sawtell <csawtell@paradise.net.nz>)
Список pgsql-sql
Hi folks,

Using Postgresql array feature  can siplify
lot of coding in my application layer as well as
database design , for example for storing checkbox
selections in a web page i need not have a
secondary table referencing the master one.

should i be using arrays for that?

My only concern is the SQL compliance , are arrays
part of  standard 2/3 standards?

what if at a later date i decide to migrate my database
to another engine.





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

Предыдущее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: Regular Expression for 'and' instead of 'or'
Следующее
От: Masaru Sugawara
Дата:
Сообщение: Re: Finding matching columns from two tables