Re: [GENERAL] Postgres tutorial examples ! - Mailing list pgsql-general

From Gilles Darold
Subject Re: [GENERAL] Postgres tutorial examples !
Date
Msg-id 36E63872.C3A29EA9@neptune.fr
Whole thread Raw
In response to Postgres tutorial examples !  (Naceur <naceur@wanadoo.fr>)
List pgsql-general
Hi Naceur,

As you say all existing samples to proceed with PostgreSQL is in the
documentation.
In this documentation you can learn how to query the database with SQL
request and
of course how to create a database. You also have in the programmer's guide
how to
connect and interact with the database engine with an application written in
C. Create
table and SQL query can be found in the user guide. For me I never read the
Tutorial
but I have seen that there is all to create a database, create table and
query it. (Table
in postgresql langage is named Class)

If you want to use other language like perl it's really the same way to
proceed. Just
download or generate the documentation of this langage/PostgreSQL interface
and you
will find all you want. The better way for Perl programming is to use DBI
and DBD::Pg

With this, in one hour you can create your own sample :-)

Hope this help...



pgsql-general by date:

Previous
From: Oleg Broytmann
Date:
Subject: Re: [GENERAL] the last row in a table
Next
From: Stuart Rison
Date:
Subject: Re: [GENERAL] Re: [INTERFACES] the last row in a table