X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=clsql-postgresql-socket.system;h=7a89a856b9d22e7b563df30f86a0f1050e6c862a;hb=1a44400b42310a985f1a27ea8f53da84716955e1;hp=2701c368d1d6c244c53b8a3247f7e802e8eada8b;hpb=0384597fcf4fdc8b05c48596798606ea5dc58146;p=clsql.git diff --git a/clsql-postgresql-socket.system b/clsql-postgresql-socket.system index 2701c36..7a89a85 100644 --- a/clsql-postgresql-socket.system +++ b/clsql-postgresql-socket.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql-socket.system,v 1.2 2002/03/23 17:10:47 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.system,v 1.3 2002/03/29 08:28:14 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -30,4 +30,7 @@ :depends-on ("postgresql-socket-package")) (:file "postgresql-socket-sql" :depends-on ("postgresql-socket-api"))) - :depends-on (:clsql)) + :depends-on (:clsql) + :finally-do + (when (clsql-sys:database-type-library-loaded :postgresql-socket) + (clsql-sys:initialize-database-type :database-type :postgresql-socket)))