Re: [GENERAL] Postgresql 8.3X supports Arrays of Composite Types?

2009-04-19 Thread Robson Fidalgo
> > Hello, > I am using postgresql 8.3X and I created a table (see example below) that > has an attribute that is an Array of a Composite Type (ROW). However, I do > not know how can I insert a record in this table. > > Well, I've searched the mailing lists and have found little said about the > OR

[GENERAL] Postgresql 8.3X supports Arrays of Composite Types?

2009-04-19 Thread Robson Fidalgo
Hello, I am using postgresql 8.3X and I created a table (see example below) that has an attribute that is an Array of a Composite Type (ROW). However, I do not know how can I insert a record in this table. Well, I've searched the mailing lists and have found little said about the OR features. In p

Re: [DOCS] [GENERAL] Postgresql 8.3X supports Arrays of Composite Types?

2009-04-20 Thread Robson Fidalgo
On Mon, Apr 20, 2009 at 8:13 AM, Robson Fidalgo wrote: > Hi David, > > > > Thanks for your help, but I want a relational-object solution. The solution > presented by Tom Lane (Thanks Tom) runs very well and it is a > relational-object implementation (I suggest put

[GENERAL] Does Postgresql 8.3X support Object/Class Methods and association between objects with REF?

2009-04-20 Thread Robson Fidalgo
Hello, I am study the relational-object paradigm with postgresql 8.3X and I know that it supports composite and/or array attributes. However, I didn't find documentation/examples about the usage of Object/Class Methods and association between objects with REF (like oracle does). Then, I'd like to k

Re: [DOCS] [GENERAL] Postgresql 8.3X supports Arrays of Composite Types?

2009-04-20 Thread Robson Fidalgo
at 8:56 PM, David Fetter wrote: > On Sun, Apr 19, 2009 at 06:03:26PM -0300, Robson Fidalgo wrote: > > Hello, > > I am using postgresql 8.3X and I created a table (see example below) > > that has an attribute that is an Array of a Composite Type (ROW). > > However, I do