Magic words:
psql -U postgresIf run with -E flag, it will describe the underlaying queries of the \ commands (cool for learning!).
Most \d commands support additional param of __schema__.name__ and accept wildcards like *.*
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |