On Thu, Sep 29, 2011 at 3:26 PM, Peter Geoghegan <[email protected]> wrote: > 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 > ) sub > group by schemaname > > This produces the internal error message "no relation entry for relid > 1". Why is that?
hm -- works for me (9.1.0) merlin -- Sent via pgsql-bugs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-bugs
