Re: lisp mail archive software
Eric Marsden <[email protected]> Mon, 07 Jul 2003 10:35:59 +0200
| Newsgroups | gmane.lisp.clump |
|---|---|
| Organization | LAAS-CNRS http://www.laas.fr/ |
| Message-ID | <[email protected]> |
>>>>> "svc" == Sven Van Caekenberghe <[email protected]> writes: svc> I don't think that I am familiar with that feature, but I had svc> the impression that the PostgeSQL client/server wire protocol svc> (that Eric Marsden's pg.lisp implements) is the only one svc> available for any driver in any language, but I might be svc> wrong... that's correct: libpq and the Java interface implement the client part of the wire protocol, and many of the other language bindings are just wrappers around libpq. See create_sequence(7) for documentation on sequences in PostgreSQL. -- Eric Marsden <URL:http://www.laas.fr/~emarsden/>