Re: postgresql extension
"R. Mattes" <[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 30 Aug 2005 12:09:42 +0200, Friedrich Dominicus wrote: > I wonder if anyone is interested in a small extension (which we now > use internally for at least 2 years) for Postgresql. It used the > inherits feature from Postgresql to generate tables from views. Oh, i'd be rather interested in these patches. I'm currently using the Postgresql bindings with inheritance but never bothered to patch clsql - i just created the tables in SQL. Cheers Ralf Mattes > WARNING: We just have used it with LispWorks (> 4.3.7, SBCL > 0.8.x) > on Linux with PSQL verson 7.2 it has "survived" a PostgreSQL update to > 8.x somewhat and is still working, but it has not really been tested > hard. There is *no* documentation and just sources, but it's not large > really (around 9KB). It works currently without troubles on a AMD64 > with Postgresql 8.somewhat on a Debian unstable kernel 2.6.11 and SBCL > 0.9.4.somewhat > > Regards > Friedrich