Re: I want to use "pgsql"

Ahmon Dancy <[email protected]> Tue, 22 Jan 2008 13:21:25 -0800
Newsgroups gmane.lisp.open-source.franz
Message-ID <15290.1201036885@dancy>
It looks like no symbols are exported from the 'pg' package, so you'll
need to use the double-colon to access them.

(pg::WITH-DATABASE "localhost" "template1" "postgres" "password")
   ^^

=20=20=20

>>=20
>> Hello, this is daiki nomura, first time for this list and lisp newbie.
>> I want help, suggestion or anything about pgsql lisp package.
>> I got pgsql.tgz and ...
>>=20
>> (load "pg-package.cl")
>> (load "system.cl")
>> (load "bind-libpq.cl")
>> (load "sql.cl")
>> (load "libpq.so")
>>=20
>> So far so good. but when I try to connect to database ...
>>=20
>> >[6] cl-user(9): (pg:WITH-DATABASE "localhost" "template1" "postgres"
>> >"password")
>> >
>> >Error: The symbol "WITH-DATABASE" is not external in the pgsql package.
>> >  [condition type: reader-error]
>>=20
>> This error message comes to me. What does this means ? and how can I
>> connect to my postgresql?
>>=20
>> ---------------------------------------------------------------------=20
>> gpg public key
>> https://hagi.ir-alt.co.jp/home/nomura/public-nomura.asc
>>=20
>> =E9=87=8E=E6=9D=91 <[email protected]>
>> ---------------------------------------------------------------------