Re: help with data recovery from injected UPDATE

Поиск
Список
Период
Сортировка
От Vick Khera
Тема Re: help with data recovery from injected UPDATE
Дата
Msg-id 2968dfd60906110708y1045ae2m842523182d4bb6b1@mail.gmail.com
обсуждение исходный текст
Ответ на help with data recovery from injected UPDATE  (Gus Gutoski <shared.entanglement@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Marko Kreen
Дата:
Сообщение: Re: queries on xmin
Следующее
От: Phil Longstaff
Дата:
Сообщение: Re: Libpq on windows