View Single Post

   
  #3 (permalink)  
Old 04-12-2008, 05:59 AM
David Fetter
 
Posts: n/a
Default Re: psql service parameter

On Wed, Sep 27, 2006 at 10:23:13AM -0400, Andrew Dunstan wrote:
>
> I have just noticed that there does not seem to be a psql command
> line switch to specify a pg_service.conf name to connect to. I know
> we can use a PGSERVICE environment setting instead, but I think we
> should have a command line switch too. Small 8.3 TODO item?


The hack I've used so far is

PGSERVICE=/path/to/pg_service.conf psql

Cheers,
D
--
David Fetter <david@fetter.org> http://fetter.org/
phone: +1 415 235 3778 AIM: dfetter666
Skype: davidfetter

Remember to vote!

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote