> Hi, > > Since my Postgresql and Zope run on the same box, I would rather like > to connect Zope to a postgresql socket than to an open port. > > I know the connection string to connect to a port is of the form > > "database@host:port user password" > Ah, finally found it myself in the Readme of ZPyGreSQLDA. The format for a Unix socket is: "database user password"