Re: help with data recovery from injected UPDATE - Mailing list pgsql-general

From Vick Khera
Subject Re: help with data recovery from injected UPDATE
Date
Msg-id 2968dfd60906110708y1045ae2m842523182d4bb6b1@mail.gmail.com
Whole thread Raw
In response to help with data recovery from injected UPDATE  (Gus Gutoski <shared.entanglement@gmail.com>)
List pgsql-general
On Wed, Jun 10, 2009 at 12:49 PM, Gus
Gutoski<shared.entanglement@gmail.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.

pgsql-general by date:

Previous
From: Marko Kreen
Date:
Subject: Re: queries on xmin
Next
From: Phil Longstaff
Date:
Subject: Re: Libpq on windows