Re: [INTERFACES] psql command access through libpq/libpq++

From: Thomas Lockhart <lockhart(at)alumni(dot)caltech(dot)edu>
To: StOo <stuart(at)comodo(dot)net>
Cc: interfaces <pgsql-interfaces(at)postgreSQL(dot)org>
Subject: Re: [INTERFACES] psql command access through libpq/libpq++
Date: 1999-06-17 13:57:10
Message-ID: 3768FEB6.1D16092A@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)alumni(dot)caltech(dot)edu
South Pasadena, California

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Ross J. Reedstrom 1999-06-17 16:14:55 Re: [HACKERS] Case tool
Previous Message StOo 1999-06-17 10:02:14 psql command access through libpq/libpq++