Re: Arrays - a good idea?

Поиск
Список
Период
Сортировка
От Yasir Malik
Тема Re: Arrays - a good idea?
Дата
Msg-id Pine.NEB.4.58.0311181845500.1049@kilkenny.cs.stevens-tech.edu
обсуждение исходный текст
Ответ на Arrays - a good idea?  (Paul Ganainm <paulsnewsgroups@hotmail.com>)
Список pgsql-sql
Hello,
I don't think there's any reason you should use arrays.  You can do
everything using tables, and it probably would be easier to use tables
instead.  Extracting information from arrays is also more
difficult if you're using something like JDBC or the connectivity
available in PHP.  I don't know the criteria of when arrays are necessary,
but I cannot think of an example where arrays are absolutely necessary
Regards,
Yasir

On Tue, 18 Nov 2003, Paul Ganainm wrote:

> Date: Tue, 18 Nov 2003 22:05:00 -0000
> From: Paul Ganainm <paulsnewsgroups@hotmail.com>
> To: pgsql-sql@postgresql.org
> Subject: [SQL] Arrays - a good idea?
>
>
>
> Hi all,
>
>
> Even though PostgreSQL supports arrays, is it a good idea to use them? I
> mean, they
>
> a) don't conform to the relational model
>
> and
>
> b) are not transportable
>
>
> so if one is designing an app, should one use them?
>
> When should they not/never be used? What are the criteria for justifying
> their use?
>
>
> Paul...
>
>
> --
>
> plinehan__AT__yahoo__DOT__com
>
> C++ Builder 5 SP1, Interbase 6.0.1.6 IBX 5.04 W2K Pro
>
> Please do not top-post.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
>


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

Предыдущее
От: Yasir Malik
Дата:
Сообщение: Addition and subtraction on BIT type
Следующее
От: "Randolf Richardson, DevNet SysOp 29"
Дата:
Сообщение: Re: SOLVED: Emulating 'connect by prior' using stored proc