psqlrc:
- some infos at initial connect
- predefined queries in
~/.psqlrc-include/compiled by the_update.shscript into~/.psqlrc-commands.sqlwhich will be included within.psqlrc
typical worksetup:
- portforwarding from remote to local host via
ssh user@host -L 5432:127.0.0.1:5432
