-
Notifications
You must be signed in to change notification settings - Fork 0
Home
n1zyy edited this page Dec 5, 2011
·
4 revisions
This was meant as a quick presentation on using PostgreSQL, meant as an Aeolus Tech School talk. It was written a little bit from the perspective of someone who knows MySQL but isn't so familiar with using PostgreSQL and the psql command line, though it's just as much a very basic introduction to PostgreSQL.
- Connecting to Postgres with the psql command
- "Listing Things" -- tables, databases, changing databases
- Simple query syntax with some examples of differences from MySQL