Re: SELECT COUNT(*)... returns 0 ROWS

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: SELECT COUNT(*)... returns 0 ROWS
Дата
Msg-id 19924.1067635651@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: SELECT COUNT(*)... returns 0 ROWS  (Jeff <threshar@torgo.978.org>)
Ответы Re: SELECT COUNT(*)... returns 0 ROWS  ("PostgreSQL" <postgres@coopelesca.co.cr>)
Список pgsql-admin
Jeff <threshar@torgo.978.org> writes:
> "PostgreSQL" <postgres@coopelesca.co.cr> wrote:
>> Why the result us CERO? the table have 1.400.000 rows!

> 1. did you remember to load data?
> 2. did someone accidentally delete the data?
> 3. are you connected to the correct db (I've panic'd before but realized
> I was on dev, not production!)?
> 4. sure that is the right table?

I'm wondering about MVCC-related conditions, which adds a couple
more questions:

5. Did you actually commit the transaction that loaded the rows?
6. Are you doing the SELECT COUNT(*) in a transaction that started
   before the data-loading transaction committed?

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: fishing out LOG: duration lines from the logfile.
Следующее
От: "PostgreSQL"
Дата:
Сообщение: Re: SELECT COUNT(*)... returns 0 ROWS