> Dear Cecile,
> 
> You can do this with a connection string:
> 
> pg_connect -conninfo $string
> 
> ...or directly, dos/unix style, as in
> 
> pg_connect $database -host $host -port $portNumber
PS : port number can be found in /tmp/socket file

************

Reply via email to