postgresql-socket3: Handle unix sockets db names
[clsql.git] / db-postgresql-socket3 / sql.lisp
index 01816379e71a68da3f7d82c0714bad974b756a19..3172e6dbd7b2881aaebc1f9c2008fe1aa6aa1eeb 100644 (file)
       (etypecase host
         (null
          "localhost")
+        (keyword "unix")
         (pathname (namestring host))
         (string host))
       (when port