Re: [CLSQL-Help] Name collision on package postgresql.

Harald Hanche-Olsen <[email protected]> Thu, 03 Apr 2003 14:21:42 +0200
Newsgroups gmane.lisp.uncommon-sql,gmane.lisp.clsql.general
Message-ID <[email protected]>
+ Erik Enge <[email protected]>:

| CLSQL defines the postgresql package and UncommonSQL uses it as a
| nickname for a package.  Is there any way around this?

First load UncommonSQL, then use RENAME-PACKAGE to get rid of the
offending nickname before loading CLSQL?  Perhaps easier, if the
UncommonSQL code doesn't itself use the nickname, just remove it from
the package definition.

- Harald