white-turtle

web-space of - vishal basra

turtles and code!


PostgreSQL

Quirky thing Explanation
psql -h <address> -p 5432 -U <username> Prompt for password and connect to psql
\h SQL help
\? PSQL help
\d Describe everything

vishal@white-turtle.org