Err, John. I half-read the -jm at the bottom and made Jim out of it. Sorry.
___
postmodern-devel mailing list
postmodern-devel@common-lisp.net
http://lists.common-lisp.net/cgi-bin/mailman/listinfo/postmodern-devel
Hi Jim,
Looks like these ops have a very simple structure. Maybe simply
scanning the arguments for those keywords 'by hand' yields more
pleasant code? That'll also make it easier to put the table and column
names at the end.
Best,
Marijn
___
postmodern
Hi All;
I am using PostModern for PostGIS databases, and need to periodically
VACUUM and/or ANALYZE the database. I ended up writing SQL ops for
VACUUM and ANALYZE. There are some caveats which I mention in case
their behavior should be changed and/or they should be rewritten to be
more elegant.