Hello People,
I announce the first SV PostgreSQL Meetup.
Date: Sunday July 26 2pm
Location: Rhomobile HQ 10950 North Blaney Avenue Cupertino, CA 95014
Topic: Running PostgreSQL on your laptop to support development of
Rails sites and Rhosync sites.
If we have enough interest, we may try to est
People,
I just installed postgreSQL 8.1.1 on my free-bsd box:
Creation of a database is easy:
bash-2.05b$ id
uid=70(pgsql) gid=70(pgsql) groups=70(pgsql)
bash-2.05b$ createdb -O pgsql db10
CREATE DATABASE
bash-2.05b$
I took a peek at help:
bash-2.05b$ psql --help
This is psql 8.1.1, the Postg