Re: Database connectivity using a unix shell - Mailing list pgsql-general

From Joshua D. Drake
Subject Re: Database connectivity using a unix shell
Date
Msg-id 200607051044.29352.jd@commandprompt.com
Whole thread Raw
In response to Re: Database connectivity using a unix shell  (Richard Broersma Jr <rabroersma@yahoo.com>)
List pgsql-general
On Wednesday 05 July 2006 10:29, Richard Broersma Jr wrote:
> > On Wednesday 05 July 2006 09:11, Jasbinder Bali wrote:
> > > Hi,
> > > Before using ECPG, i had a few questions.
> > > Lets say i have a C code and want to do something with my postgres
> > > database.
> > > What all header files do i need for ECPG.
> > > Also how and where exactly am i going to write these EXEC SQL
> > > statements for ECPG.
> > > Can I be briefed about the steps to do this.
> >
> > http://www.postgresql.org/docs/8.1/static/server-programming.html
>
> Joshua,
>
> The original posting was in regard to client side script/programs that a
> user would connect to a database.  Doesn't the above link have application
> to client side connections?

Yep, you are right. Here is a better link:

http://www.postgresql.org/docs/8.1/static/client-interfaces.html

Sincerely,

Joshua D. Drake


>
> Regards,
>
> Richard Broersma Jr.

--
   === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
   Providing the most comprehensive  PostgreSQL solutions since 1997
             http://www.commandprompt.com/



pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: Database connectivity using a unix shell
Next
From: Dany De Bontridder
Date:
Subject: Re: Help making a plpgsql function?