"Michael Avila" <mavila@mich.com> writes:
> I've searched the manual that came with PostgreSQL 8.0.1 (I have the one
> page html version and I used the browser find on page) and could not find
> anything on how to create tables and insert data into a database.
Try the tutorial:
http://www.postgresql.org/docs/8.0/static/tutorial.html
> This is my first time using PostgreSQL (I have used MySQL quite a bit)
It's not *all* that much different from MySQL --- SQL is an allegedly
standardized language, after all.
regards, tom lane