Can someone please help me set the 'postgres' users home ENV so that I
can simply type 'psql' rather than the rull path and bash doesn't say
'-bash-4.1$'?
-bash-4.1$ whoami;ls -l;pwd
postgres
total 12
drwx------ 2 postgres postgres 4096 Apr 4 18:33 backups
drwx------ 15 postgres postgres 4096 Jun 18 20:52 data
-rw------- 1 postgres postgres 1493 Jun 14 21:11 pgstartup.log
/var/lib/pgsql9
--
Carlos Mennens