should I use postgresql arrays... - Mailing list pgsql-sql

From Rajesh Kumar Mallah
Subject should I use postgresql arrays...
Date
Msg-id 3C7738A7.78485275@trade-india.com
Whole thread Raw
Responses Re: should I use postgresql arrays...  (Peter Eisentraut <peter_e@gmx.net>)
Re: should I use postgresql arrays...  (Christopher Sawtell <csawtell@paradise.net.nz>)
List 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 by date:

Previous
From: Rajesh Kumar Mallah
Date:
Subject: Re: Regular Expression for 'and' instead of 'or'
Next
From: Masaru Sugawara
Date:
Subject: Re: Finding matching columns from two tables