Search
You can find the results of your search below.
Fulltext results:
- techref
- SSH tunnel through mote to our postgres server: <code> $ ssh -L 5555:postgres:5432 -p 443 username@mote.cs.vassar.edu </code> \\ where ''username'' is the name of your CS acc... postgres server directly from the command line: <code> $ psql -h localhost -p 5555 -U username -d dbname </code> \\ where ''username'' is (again) the name of you
- top
- at [[https://learn.zybooks.com]] - Enter zyBook code: VASSARCMPU311SmithFall2021 - Subscribe (subscr
- week10
- a from a CSV file into a table via psql: https://codeburst.io/two-handy-examples-of-the-psql-copy-meta-