Re: Sending queries directly

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Pedro Belmino <pedrobelmino(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org, monteiro(at)inf(dot)puc-rio(dot)br
Subject: Re: Sending queries directly
Date: 2008-03-26 18:40:35
Message-ID: 47EA98A3.9060100@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pedro Belmino wrote:
> Hello,
> I am creating an agent that runs alongside the postgres written in
> c++, I have a question: How send sql queries directly for the database
> without going need to make any connection?
> What I call function, which I use file?
>
>

You can't. Why can't you use a connection?

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2008-03-26 18:40:40 Re: Re: [COMMITTERS] pgsql: Strengthen warnings about using pg_dump's -i option.
Previous Message Andrew Dunstan 2008-03-26 18:38:39 Re: Surfacing qualifiers