Re: help with data recovery from injected UPDATE

From: Vick Khera <vivek(at)khera(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: help with data recovery from injected UPDATE
Date: 2009-06-11 14:08:02
Message-ID: 2968dfd60906110708y1045ae2m842523182d4bb6b1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Jun 10, 2009 at 12:49 PM, Gus
Gutoski<shared(dot)entanglement(at)gmail(dot)com> wrote:
> Of course, the double minus sign comments out the rest of the line and
> the statement is left dangling, looking for a terminating semicolon.

SQL statements are not terminated with semi-colons. The semi-colon is
used in the psql shell to indicate that you're done typing your
statement and to execute it. The API just submits the string you give
it to the executor.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Phil Longstaff 2009-06-11 14:11:31 Re: Libpq on windows
Previous Message Andy Colson 2009-06-11 13:53:15 Re: Libpq on windows