[Fwd: In the Soup]

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: Thomas Good <tomg(at)q8(dot)nrnet(dot)org>, Michael Meskes <meskes(at)topsystem(dot)de>
Cc: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: [Fwd: In the Soup]
Date: 1998-04-16 14:29:26
Message-ID: 353615C6.CFDDA784@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Thomas Good wrote:
>
> When I pare my main() module down to simply declaring a communication
> area (include sqlca.h) and then connecting to the db (which succeeds)
> and subsequently running exec sql delete from $table where
> $attribute=value; I get no stderr. But, alas, I get no record removed
> either. Meanwhile, the same sql cmd when run from psql rm's the
> record.
> Anyone who can get ecpg to delete records will earn my undying
> gratitude (or a rack of good belgian ale ;-) I am able to do data
> retrieval no problem via ecpg and this morn am writing a usr interface
> to do inserts and updates (we'll see how that goes...) But record
> removal eludes me.
> Help (Bruce! Tom! - Anybody!!?) (and thanks!)
> Tom Good

Meskes, Michael wrote:
>
> Thomas, could you please re-send me the original bug report. I seem to
> have lost it under the about 3000 mails wainting for me.

Thomas G., can you send Michael your pared-down test case? Thanks...

- Tom

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-04-16 14:54:36 Re: [HACKERS] HAVING clause and 6.3.2 release
Previous Message Michael Meskes 1998-04-16 14:29:09 recursive views