Re: psql, remove include of psqlscan.c

From: "Karl O(dot) Pinc" <kop(at)meme(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: psql, remove include of psqlscan.c
Date: 2012-09-27 20:06:16
Message-ID: 1348776376.9060.0@mofo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 09/27/2012 02:28:49 PM, Tom Lane wrote:
> "Karl O. Pinc" <kop(at)meme(dot)com> writes:

> > What I really _want_ is to be able get a bit string of many
> > sql statements from the user and return the results, statuses,
> > etc. of executing each statement. Just what psql does when,
> > say, fed a file from stdin.
>
> Just as a note --- I believe you can get that result today with
> PQsendQuery followed by a PQgetResult loop. There's no need to
> provide an API that splits the string first.

Ah. *sigh* I should pay better attention. Sorry for the
distraction.

Karl <kop(at)meme(dot)com>
Free Software: "You don't pay back, you pay forward."
-- Robert A. Heinlein

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2012-09-27 20:06:56 Re: autovacuum stress-testing our system
Previous Message Robert Haas 2012-09-27 20:02:45 Re: Oid registry