Re: New to Postgres - Mailing list pgsql-general

From Ron St-Pierre
Subject Re: New to Postgres
Date
Msg-id 4113A797.4080606@syscor.com
Whole thread Raw
In response to New to Postgres  (Darkcamel <dascamel2000@yahoo.com>)
List 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


pgsql-general by date:

Previous
From: Josué Maldonado
Date:
Subject: Re: Insert into sintax
Next
From: Gaetano Mendola
Date:
Subject: Re: PG over NFS tips