Re: Batch Definitions - Need Help

Поиск
Список
Период
Сортировка
От Keith Worthington
Тема Re: Batch Definitions - Need Help
Дата
Msg-id 42AE1567.7050008@NarrowPathInc.com
обсуждение исходный текст
Ответ на Batch Definitions - Need Help  ("Michael Avila" <mavila@mich.com>)
Ответы Re: Batch Definitions - Need Help  ("Michael Avila" <mavila@mich.com>)
Список 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 по дате отправления:

Предыдущее
От: "Michael Avila"
Дата:
Сообщение: Batch Definitions - Need Help
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Batch Definitions - Need Help