On Tue, Dec 22, 2009 at 05:01:45PM -0700, Scott Marlowe wrote: - On Tue, Dec 22, 2009 at 4:57 PM, David Kerr <[email protected]> wrote: - > Howdy all - > - > I changed the default port for Postgresql. - > - > Now, when I want to access postgresql via psql (on the db server), - > is there a way to make it default to the new port without using -p - > or a .psqlrc file? - - You can set an envvar: - - export PGPORT=5433 - - etc...
ok thanks, that might be an easier way to handle my scripts. can you export PGHOST as well? Dave -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
