Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-devel] postgis link to a unix soket rather than a port?

I don't think that's an option with Java, Adrian. Also, the local UNIX socket approach has been sort of deprecated by the team over time in favor of just doing TCP to localhost, in conjunction with the mainstream Windows support.

p


On 5-Apr-07, at 3:34 AM, Adrian Custer wrote:

hey all,

exploring the connection of uDig <-> R via postgis. I've learned to make
a local database server tied to a socket:

pg_ctl -w -l $LOCAL_DB/log/server.log start -o "-c listen_addresses= -c
unix_socket_directory=$LOCAL_DB"

but how do I tie up uDig to that? All I see in uDig is the address:port
combination.

any hints?

--adrian

_______________________________________________
User-friendly Desktop Internet GIS (uDig)
http://udig.refractions.net
http://lists.refractions.net/mailman/listinfo/udig-devel



Back to the top