"no relation entry for relid 1"

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема "no relation entry for relid 1"
Дата
Msg-id CAEYLb_Wn2_6g7hJU=PHmo10qqFbrh5xyks2UmuhESeC143-+Xg@mail.gmail.com
обсуждение исходный текст
Ответы Re: "no relation entry for relid 1"
Re: "no relation entry for relid 1"
Список pgsql-bugs
I've built Postgres from master, and found that the following fairly
simple query breaks:

select count(*)
from
(
    select
    schemaname
    from        pg_stat_user_tables
    order by     1=09
) sub
group by schemaname

This produces the internal error message "no relation entry for relid
1". Why is that?

--=20
Peter Geoghegan =A0 =A0 =A0 http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services

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