Neil Conway wrote:
On Mon, 2003-03-10 at 16:37, Ashley Cambrell wrote:
  
This would also get around the problem of getting values from newly 
inserted rows (eg PKs) without resorting to OIDs.
    

That's not a problem: ensure that the newly inserted row has a SERIAL
column, and use currval().
  
Ok.  I forget about that.  Even so, it would still be nice to have a bind like interface... :-)

Ashley Cambrell





Reply via email to