Re: [GENERAL] storing "small binary objects"

2001-03-30 Thread Eric G. Miller
On Wed, Mar 28, 2001 at 07:41:36PM -0500, Swaminathan Natarajan wrote: > hi, > > I am relatively new to postgresql. Sorry if this is a rather naive > question. > > I am trying to store a fixed sized c++ class into the database and > retreive it. What is the simplest (dirtiest?!) way to do it? I

[GENERAL] storing "small binary objects"

2001-03-30 Thread Swaminathan Natarajan
hi, I am relatively new to postgresql. Sorry if this is a rather naive question. I am trying to store a fixed sized c++ class into the database and retreive it. What is the simplest (dirtiest?!) way to do it? I couldnt find any example on the web or in the pgsql/src directories that I could get