X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-postgresql-socket3%2Fsql.lisp;fp=db-postgresql-socket3%2Fsql.lisp;h=3172e6dbd7b2881aaebc1f9c2008fe1aa6aa1eeb;hp=01816379e71a68da3f7d82c0714bad974b756a19;hb=2957beac4e7ec04dd4420e4d1f9e300fee496508;hpb=6ba1e44b4faf89ed2aa0ebdf410eebd65e04b3a5 diff --git a/db-postgresql-socket3/sql.lisp b/db-postgresql-socket3/sql.lisp index 0181637..3172e6d 100644 --- a/db-postgresql-socket3/sql.lisp +++ b/db-postgresql-socket3/sql.lisp @@ -109,6 +109,7 @@ (etypecase host (null "localhost") + (keyword "unix") (pathname (namestring host)) (string host)) (when port