Hello,

During trying out elephant for the first time I found  a small typo  in the 
documentation regarding the example code to use a cl-sql backend 
(http://common-lisp.net/project/elephant/doc/CL_002dSQL-Example.html#CL_002dSQL-Example).

Instead of 
(defvar *testpg-path*
          '(:postgreql "localhost.localdomain" "test" "postgres" ""))

it should be:
(defvar *testpg-path*
          '(:postgresql "localhost.localdomain" "test" "postgres" ""))

Regards

Norman
-- 
Norman Werner
Im Sommerwind 1a
70563 Stuttgart
_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to