From: | Ron St-Pierre <rstpierre(at)syscor(dot)com> |
---|---|
To: | Darkcamel <dascamel2000(at)yahoo(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: New to Postgres |
Date: | 2004-08-06 15:45:27 |
Message-ID: | 4113A797.4080606@syscor.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Darkcamel wrote:
>Hello all,
>
> I am new to postgres and don't really understand how the database is
> set-up. I am very fluent with mysql and sql2000, but postgres is new to
> me. If anyone can point me to some good links I would appreciate it very
> much.
>
>Thanks,
>
>Darkcamel
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>
>
Well then I suggest you check out the docs at
http://www.postgresql.org/docs/7.4/static/index.html. Specifically you
can start with the Tutorial - Getting Started to show you how to create
a database in postgres and access it. Then check out The SQL Language -
Data Definition and SQL Language - Data Manipulation to see postgres's
syntax for accessing / modifying the database and data.
hth
Ron
From | Date | Subject | |
---|---|---|---|
Next Message | ruben | 2004-08-06 16:24:12 | Re: Slow after VACUUM, fast after DROP-CREATE INDEX |
Previous Message | Josué Maldonado | 2004-08-06 15:28:53 | Re: Insert into sintax |