Re: i need a rad/ide open source for work with postgresql

From: Adam Rad?owski <adamr(at)informatyka(dot)gdansk(dot)pl>
To: Mario Jose Canto Barea <mcantobarea(at)yahoo(dot)com(dot)mx>, "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: i need a rad/ide open source for work with postgresql
Date: 2007-06-30 21:11:40
Message-ID: 4686C70C.5020905@informatyka.gdansk.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Look at:
http://www.postgresql.org/docs/manuals/
The PostgreSQL manual is the best manual, I've ever seen.
The people, who are discussing on ADMIN list are always very helpful.
I'm using PostgreSQL for three years and I found there all answers on my
quesions... Not all - there is nothing about dblink, what about I found
information in unpacked source package, where "readmes" are very usable too.
I think You're very new in PostgreSQL, so You should as the first thing
read any book, where are simple examples of libpq usage. Do not worry
about, that the descriptions are for UNIX/Linux - the calls of libpq
routines are the same.
My first book about PostgreSQL was "Beginning Databases with PostgreSQL"
written by R.Stones and N.Matthew. Since I finished reading of this book
I use always PostgreSQL docs only.
Simplest usage of libpq (all descriptions and routines are in PostgreSQl
docs):
1. connect with PQconnect
2. disble error messages (look at "Notice processing" in the manual)
3. make Your queries with PQexec
4. enable error messages
5. disconnect

In Delphi, of course You have to link needed routines from llibpq.dll .
See examples from FreePascal, when You're using Delphi.

Adam

Mario Jose Canto Barea pisze:
> where i can obtain information for learning use
> libpq.DLL ?
>
>
>
>
> --- Adam Rad?owski <adamr(at)informatyka(dot)gdansk(dot)pl>
> escribió:
>
>> Look at:
>> http://zeoslib.sourceforge.net/
>> Adam
>> P.S. And remember, that You can use libpq.DLL too -
>> the fastest way to
>> work with PostgreSQL.
>>
>> Mario Jose Canto Barea pisze:
>>> why are you can make a good database relational
>> server
>>> as postgresql 8.1, and dont make a rad/ide open
>> source
>>> for programming with postgresql 8.1 as
>>> delphi\c++builder\progress 4gl ?
>>>
>>>
>>>
>>>
>>> thanks
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
> ___________________________________________________________
>>> Do You Yahoo!?
>>> La mejor conexión a Internet y <b >2GB</b> extra a
>> tu correo por $100 al mes. http://net.yahoo.com.mx
>>>
>>> ---------------------------(end of
>> broadcast)---------------------------
>>> TIP 9: In versions below 8.0, the planner will
>> ignore your desire to
>>> choose an index scan if your joining
>> column's datatypes do not
>>> match
>>>
>>>
>
>
>
>
>
>
> ___________________________________________________________
> Do You Yahoo!?
> La mejor conexión a Internet y <b >2GB</b> extra a tu correo por $100 al mes. http://net.yahoo.com.mx
>
>
>

Browse pgsql-admin by date

  From Date Subject
Next Message carl 2007-06-30 22:12:00 Need Scheduling Support for Your Databases?
Previous Message Adam Rad?owski 2007-06-29 20:27:33 Re: i need a rad/ide open source for work with postgresql