Re: Backend Question

From: Chris Bitmead <chris(at)bitmead(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Re: Backend Question
Date: 2000-07-03 14:47:49
Message-ID: 3960A795.4A34CF8A@bitmead.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:

> You should realize, however, that all that backend-PQexec code is dead
> code and has been for a long time. It's unlikely that it works at all
> any more, considering all the changes that have gone on while it sits
> untested on the sidelines. I proposed ripping it out a few months ago,
> and no one objected ... but I haven't got round to it yet.

Oh does it allow you to execute queries from within the backend? Sounds
like a good thing to resurrect at some stage.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-07-03 14:57:43 Re: AW: Modified pg_dump & new pg_restore need testing...
Previous Message Tom Lane 2000-07-03 14:47:07 Re: Backend Question