Re: [GENERAL] composite data type question

2006-06-08 Thread Jessica M Salmon
stgresql.org Subject Re: [GENERAL] composite data type

Re: [GENERAL] composite data type question

2006-06-07 Thread Michael Fuhr
On Tue, Jun 06, 2006 at 11:40:05AM -0600, Jessica M Salmon wrote: > I am brand new to creating my own data types in postgres. I first created a > type called "indices", containing two integers. Now, I want to create > another type, called "progress", which should contain one timestamp and an > arra

[GENERAL] composite data type question

2006-06-07 Thread Jessica M Salmon
Hello all. I am brand new to creating my own data types in postgres. I first created a type called "indices", containing two integers. Now, I want to create another type, called "progress", which should contain one timestamp and an array of "indices". However, I cannot figure out how to get postg