should I use postgresql arrays...

From: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: should I use postgresql arrays...
Date: 2002-02-23 06:37:28
Message-ID: 3C7738A7.78485275@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Masaru Sugawara 2002-02-23 08:41:44 Re: Finding matching columns from two tables
Previous Message Rajesh Kumar Mallah 2002-02-23 06:25:26 Re: Regular Expression for 'and' instead of 'or'