Re: [GENERAL] proper use of array datatype

2006-08-03 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2006-08-02 10:49:01 -0700: > On 8/1/06, Reece Hart <[EMAIL PROTECTED]> wrote: > > > > Eric Andrews wrote: > >> I am not much of a schema designer and have a general questoin about > >> the proper use of the array datatype. In my example, I have > >> destinations, and destinati

Re: [GENERAL] proper use of array datatype

2006-08-02 Thread Eric Andrews
On 8/1/06, Reece Hart <[EMAIL PROTECTED]> wrote: Eric Andrews wrote: > I am not much of a schema designer and have a general questoin about > the proper use of the array datatype. In my example, I have > destinations, and destinations can have multiple boxes, and inside > those boxes are

Re: [GENERAL] proper use of array datatype

2006-08-01 Thread Reece Hart
Eric Andrews wrote: > I am not much of a schema designer and have a general questoin about > the proper use of the array datatype. In my example, I have > destinations, and destinations can have multiple boxes, and inside > those boxes are a set of contents. what I want to do is search and > ba

Re: [GENERAL] proper use of array datatype

2006-08-01 Thread Erik Jones
Eric Andrews wrote: hello all, I am not much of a schema designer and have a general questoin about the proper use of the array datatype. In my example, I have destinations, and destinations can have multiple boxes, and inside those boxes are a set of contents. what I want to do is search and ba

Re: [GENERAL] proper use of array datatype

2006-08-01 Thread Eric Andrews
On 8/1/06, Nikolay Samokhvalov <[EMAIL PROTECTED]> wrote: On 8/1/06, Eric Andrews <[EMAIL PROTECTED]> wrote: > ... and inside > those boxes are a set of contents. what I want to do is search and > basically "mine" data from the content sets. do I use an array > datatype for the content column, or

Re: [GENERAL] proper use of array datatype

2006-08-01 Thread Nikolay Samokhvalov
On 8/1/06, Eric Andrews <[EMAIL PROTECTED]> wrote: ... and inside those boxes are a set of contents. what I want to do is search and basically "mine" data from the content sets. do I use an array datatype for the content column, or is there a better more efficient way to go about this? What kin

[GENERAL] proper use of array datatype

2006-08-01 Thread Eric Andrews
hello all, I am not much of a schema designer and have a general questoin about the proper use of the array datatype. In my example, I have destinations, and destinations can have multiple boxes, and inside those boxes are a set of contents. what I want to do is search and basically "mine" data f