Re: Delete w/ regexp

Поиск
Список
Период
Сортировка
От Steve Wolfe
Тема Re: Delete w/ regexp
Дата
Msg-id 000701c0c914$f5fcfae0$50824e40@iboats.com
обсуждение исходный текст
Ответ на Delete w/ regexp  ("Steve Wolfe" <steve@iboats.com>)
Ответы Re: Delete w/ regexp  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
  This gets even better:

delete from images where image_id=30031;

 gives:

pqReadData() -- backend closed the channel unexpectedly.
        This probably means the backend terminated abnormally
        before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.

  I can vacuum the table just fine.  I did a pg_dump on the entire database,
did destroydb and createdb, and piped in the output from pg_dump, all worked
without any complaint or error - but trying to delete from this table still
horks it up.  Suggestions?

steve



В списке pgsql-general по дате отправления:

Предыдущее
От: "Steve Wolfe"
Дата:
Сообщение: Delete w/ regexp
Следующее
От: "Oliver Elphick"
Дата:
Сообщение: Re: Debian packages for 7.1 ???