[ic] Interchange remote Postgres TCP

Peter peter at pajamian.dhs.org
Thu Jul 19 09:58:33 EDT 2007


On 07/19/2007 04:53 AM, Stephen Peters wrote:
> I can't seem to get interchange to  connect to a remote Postgres server.
> I have the following entry
> in /var/lib/interchange/catalogs/standard/catalog.cfg
> 
> ifndef SQLDSN
> Variable  SQLDSN  dbi:Pg:dbname=standard;host='my.postgres.server':5432

Variable  SQLDSN  dbi:Pg:dbname=standard;host=my.postgres.server;port=5432

You can also leave out the port because 5432 is the default.

Peter



More information about the interchange-users mailing list