Re: Batch Definitions - Need Help - Mailing list pgsql-novice

From Keith Worthington
Subject Re: Batch Definitions - Need Help
Date
Msg-id 42AE1567.7050008@NarrowPathInc.com
Whole thread Raw
In response to Batch Definitions - Need Help  ("Michael Avila" <mavila@mich.com>)
Responses Re: Batch Definitions - Need Help  ("Michael Avila" <mavila@mich.com>)
List pgsql-novice
Michael Avila wrote:
> 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. This is my
> first time using PostgreSQL (I have used MySQL quite a bit) so I am not sure
> where else to look or what else to do. Surely this must be possible so I
> figure I am missing something somewhere.
>
> Any help is greatly appreciated. Point me to someplace in the manual and I
> will read it. Or provide examples.  Either way, the help is greatly
> appreciated.
>
> Mike

Mike,

I suggest you use the online documentation.  If you already know SQL
then just try what you know how to do and see what happens.  The
developers have created a database that is hugely SQL standard.  I
realize there could be some argument about that point but if you already
know compliant sql why look for issues.

Try these documentation pages.
http://www.postgresql.org/docs/8.0/interactive/sql-createtable.html
http://www.postgresql.org/docs/8.0/interactive/sql-insert.html
http://www.postgresql.org/docs/8.0/interactive/sql-copy.html

--
Kind Regards,
Keith

pgsql-novice by date:

Previous
From: "Michael Avila"
Date:
Subject: Batch Definitions - Need Help
Next
From: Tom Lane
Date:
Subject: Re: Batch Definitions - Need Help