Re: Re: JDBC changes for 7.2... some questions...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Peter Wiley <wiley(at)mmspl(dot)com(dot)au>
Cc: Ned Wolpert <ned(dot)wolpert(at)knowledgenet(dot)com>, Barry Lind <barry(at)xythos(dot)com>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Re: JDBC changes for 7.2... some questions...
Date: 2001-08-22 23:05:07
Message-ID: 200108222305.f7MN57807630@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

> >
> > What's your thoughts? Do you see the need for the functionality? Do you have
> > a solution that I need?
>
> Definitely need the functionality. It's one of the things holding up me
> porting an Informix system. Laziness is a bigger holdup of course - the
> Informix system is so bulletproof and I'm slowly re-writing all the 4GL in
> Java.
>
> FWIW, Informix returns the new SERIAL value through a structure
> SQLCA.SQLERRD[3] from memory. Not applicable to a PostgreSQL solution I'd
> say.

If I remember correctly, that is the ANSI standard embedded C way to
return such values.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-23 00:41:22 Re: GiST patches for 7.2 (please apply)
Previous Message Bruce Momjian 2001-08-22 23:04:06 Re: Patch list delay

Browse pgsql-jdbc by date

  From Date Subject
Next Message Marc G. Fournier 2001-08-22 23:08:50 jdbc "proxy" server ...
Previous Message Peter Wiley 2001-08-22 22:33:28 Re: Re: JDBC changes for 7.2... some questions...