Re: I want to use "pgsql"
野村 <[email protected]> Wed, 23 Jan 2008 14:21:37 +0900
| Newsgroups | gmane.lisp.open-source.franz |
|---|---|
| Message-ID | <[email protected]> |
Thanks for responses. I changed my lisp like this. >(pg::WITH-DATABASE (:host localhost :dbname test2 :user allegro ) > (pg::SQL "select a,b,c from tmp ")) It says 'Error: BAD COMMAND TO "test2":' . It seems I am not far from getting postgres's data... So any suggestion are welcome. Below is my environment. OS: FreeBSD 6.3-STABLE DB: PostgreSQL-8.2.5 cl: International Allegro CL Free Express Edition 8.1 [FreeBSD] regards.