Re: [HACKERS] Re: New backend functions? - Mailing list pgsql-jdbc

From Peter Eisentraut
Subject Re: [HACKERS] Re: New backend functions?
Date
Msg-id Pine.LNX.4.30.0108242144430.677-100000@peter.localdomain
Whole thread Raw
In response to Re: [HACKERS] Re: New backend functions?  (Ned Wolpert <ned.wolpert@knowledgenet.com>)
List pgsql-jdbc
Ned Wolpert writes:

> Sounds like there aren't objections to my requested function,
> get_last_returned_oid().  I'm going to work on the function call for
> postgres this weekend.

Please don't name functions get_*.  All functions "get" something.

Btw., if you call get_last_returned_oid() and then call it again, do you
get the "last returned oid" returned by get_last_returned_oid?  The
"returned" needs to be revised.  last_oid should be sufficient.

--
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter


pgsql-jdbc by date:

Previous
From: Ned Wolpert
Date:
Subject: Re: [HACKERS] Re: New backend functions?
Next
From: Ned Wolpert
Date:
Subject: Re: JDBC changes for 7.2... some questions...