Re: lisp mail archive software
John DeSoi <[email protected]> Sun, 6 Jul 2003 18:35:26 -0400
| Newsgroups | gmane.lisp.clump |
|---|---|
| Message-ID | <[email protected]> |
On Sunday, Jul 6, 2003, at 15:08 US/Eastern, Miles Egan wrote:
>
> Good to know. I definitely like the approach. Do you know offhand if
> it supports autoincrement fields the way the native client libs do? I
> think the native libs let you execute a special select after inserting
> a
> new row with an autoincrement key. The client libs supposedly retain
> this as a per-thread value.
Yes, Postgresql supports this:
SELECT currval('name_of_sequence')
Best,
John DeSoi, Ph.D.