search for: get_nth_nam

Displaying 1 result from an estimated 1 matches for "get_nth_nam".

Did you mean: get_nth_name
2005 Dec 05
1
Rails and Postgres ARRAYs
Hello list, I''ve got a Postgres table defined as create table A ( id serial primary key, names varchar(10)[], val float[] ) Although I *could* split out the names/val arrays into one or more separate tables with one-to-many relations back to table A, the actual business problem is such that I''d prefer not to do so if I can avoid it. Is there any way of reading/writing