On Wednesday 02 September 2015 12:19:07 Jeremy Harris wrote:
> On 02/09/15 11:56, Gary Stainburn wrote:
> > However, if I have the
> > following:
> >
> > hide pgsql_servers = (/tmp/.s.PGSQL.5432)/db/user/password : \
> > websvr/usersdb/user/pssword
> >
> > then I can obviously specify "servers=websvr" but how do I specify the
> > first one?
>
> Then you can't use the named servers feature, but you can still
> put the entire spec in every lookup.
> --
> Jeremy
That's what I thought.
However, I don't think it'll be a problem. If I place that server as the first
one on the list then it will be used first abyway. I can then just use
servers=websvr for the other one.