in reply to Re: DBD::Pg INSERT enlightenment
in thread DBD::Pg INSERT enlightenment
> take advantage of it's strengths and create a second table...
Actually, this IS the second table. 8)> Another simpler option is to remove the unique restraints on Prod_id and just add multiple rows to the table...
Unfortunately I cannot add many rows to the second table as I have MANY entries to INSERT.> so Postgress has an "array" type?
Yes, just create a column as *usual* but use quare-brackets to specify the dimensions of the array.
|
|---|