Re: Sending queries directly - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Sending queries directly
Date
Msg-id 47EA98A3.9060100@dunslane.net
Whole thread Raw
In response to Sending queries directly  ("Pedro Belmino" <pedrobelmino@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Surfacing qualifiers
Next
From: Tom Lane
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Strengthen warnings about using pg_dump's -i option.