Re: [GENERAL] binary format of array stored as text

2009-09-02 Thread Merlin Moncure
On Wed, Sep 2, 2009 at 3:50 PM, Dave Huber wrote: > I have an old table with a column specified as integer[]. The data within > this column was stored as text ala {1,2,3,…} yada yada. I have an > application where I am reading all the columns from a row in this table in > binary format. Does anybod

[GENERAL] binary format of array stored as text

2009-09-02 Thread Dave Huber
I have an old table with a column specified as integer[]. The data within this column was stored as text ala {1,2,3,...} yada yada. I have an application where I am reading all the columns from a row in this table in binary format. Does anybody know how I can recast/reshape this binary data back