Re: requested shared memory size overflows size_t
От | Alvaro Herrera |
---|---|
Тема | Re: requested shared memory size overflows size_t |
Дата | |
Msg-id | 1277421485-sup-3743@alvh.no-ip.org обсуждение исходный текст |
Ответ на | Re: requested shared memory size overflows size_t (Craig James <craig_james@emolecules.com>) |
Ответы |
Re: System tables screwed up? (WAS requested shared memory
size overflows size_t)
Re: requested shared memory size overflows size_t |
Список | pgsql-performance |
Excerpts from Craig James's message of jue jun 24 19:03:00 -0400 2010: > select relname, pg_relation_size(relname) from pg_class > where pg_get_userbyid(relowner) = 'emol_warehouse_1' > and relname not like 'pg_%' > order by pg_relation_size(relname) desc; > ERROR: relation "rownum_temp" does not exist > > emol_warehouse_1=> select relname from pg_class where relname = 'rownum_temp'; > relname > ---------------------- > rownum_temp > (1 row) What's the full row? I'd just add a "WHERE relkind = 'r'" to the above query anyway. -- Álvaro Herrera <alvherre@commandprompt.com> The PostgreSQL Company - Command Prompt, Inc. PostgreSQL Replication, Consulting, Custom Development, 24x7 support
В списке pgsql-performance по дате отправления: