Re: update phenomenom

From: Ian Barwick <barwick(at)gmx(dot)net>
To: "Henrik Steffen" <steffen(at)city-map(dot)de>, "pgsql" <pgsql-general(at)postgresql(dot)org>
Subject: Re: update phenomenom
Date: 2003-06-06 19:03:09
Message-ID: 200306062103.09693.barwick@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Friday 06 June 2003 10:58, Henrik Steffen wrote:
> Hello all,
(...)
> For me it's almost 99.9 % sure, that it's no error in the
> perl-program. There is only one command issuing exactly
>
> SQL("UPDATE $table SET $daten WHERE kundennummer='$kundennummer';");
>
> where $table is the table-variable
> $daten is what is to be set
> $kundennummer is the client-number, which is checked before to match
> exactly 9 digits.

What exactly does the function SQL() do? Is it possible that the script could
receive input along these lines?
SQL("UPDATE table SET manio='071002'; WHERE kundennummer='071002883';")

> Could there be any postgresql-server-side explanation for this phenomenom ?
> Perhaps
> anything about corrupted indexes, or anything?

Any idea what version the server is running?

Schöne Grüße

Ian Barwick
barwick(at)gmx(dot)net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-06-06 19:08:28 Re: Select from multiple tables
Previous Message Jamie Lawrence 2003-06-06 19:02:22 Re: Postmaster only takes 4-5% CPU