Re: [INTERFACES] psql command access through libpq/libpq++ - Mailing list pgsql-interfaces

From Thomas Lockhart
Subject Re: [INTERFACES] psql command access through libpq/libpq++
Date
Msg-id 3768FEB6.1D16092A@alumni.caltech.edu
Whole thread Raw
In response to psql command access through libpq/libpq++  (StOo <stuart@comodo.net>)
List pgsql-interfaces
> just a quick question . Is there any way to call psql
> commands such as "\i somefile.txt" through libpq/libpq++.
> This is so i can execute a bunch of queries from a file.
> eg for creating tables.

No, but you could extract the relevant code from psql and isolate it
into a library. While you're at it, contribute it back as a repackaged
psql...
                 - Thomas

-- 
Thomas Lockhart                lockhart@alumni.caltech.edu
South Pasadena, California


pgsql-interfaces by date:

Previous
From: StOo
Date:
Subject: psql command access through libpq/libpq++
Next
From: "Ross J. Reedstrom"
Date:
Subject: Re: [HACKERS] Case tool