Re: Populating a sparse array piecemeal in plpgsql

From: "Eliot, Christopher" <christopher(dot)eliot(at)nagrastar(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Populating a sparse array piecemeal in plpgsql
Date: 2008-05-15 17:11:13
Message-ID: 5C27B2F8693FA3458E71B4A81551253F03646408@NSTAR-MAIL1.windows.nagrastar.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks, that worked. I actually initialized it to zeros (so that my
incrementing would work).

Thanks for the example. I wouldn't have figured out to put quote marks
around the initialization value otherwise.

Topher Eliot
christopher(dot)eliot(at)nagrastar(dot)com
[]

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-05-15 17:59:40 Re: Need for help!
Previous Message Shane Ambler 2008-05-15 17:08:05 Re: Need for help!