Re:BUG #16434: some data lost

Поиск
Список
Период
Сортировка
От Konstantin Davydenka
Тема Re:BUG #16434: some data lost
Дата
Msg-id 1589443991.737893612@f171.i.mail.ru
обсуждение исходный текст
Ответ на BUG #16434: some data lost  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: Re:BUG #16434: some data lost
Список pgsql-bugs
 
today i copied rows again;
insert into public.a202003_foreign_new  select * from public.a202003;
copied 61140720! 
select count(*) from a202003  ; return result 60594707!
but how?  why i cannot see some rows in old tables ?
run: vacuum(full) a202003 and i can see  all rows in source table…
I don't understand that... why  "insert into select" statement query can see all rows,
 but other select queries can not see all rows.

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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16436: Functions with input parameter table type failing from application
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Multi-parent inherited table with mixed storage options cannot berestored