vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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? cheers andrew ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend |
| |||
| Andrew Dunstan <andrew@dunslane.net> writes: > 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? More generally, it'd be nice to be able to specify a PQconnectdb string, instead of having to invent a new psql switch for every keyword we allow in those strings. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| 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 |