Re: [BUGS] BUG #6413: pg_relation_size wont work on table with upper case chars

2012-01-30 Thread James Stevenson
That seems to work. thanks -Original Message- From: Heikki Linnakangas [mailto:heikki.linnakan...@enterprisedb.com] Sent: 28 January 2012 19:34 To: James Stevenson Cc: pgsql-bugs@postgresql.org Subject: Re: [BUGS] BUG #6413: pg_relation_size wont work on table with upper case chars On

Re: [BUGS] BUG #6413: pg_relation_size wont work on table with upper case chars

2012-01-28 Thread Heikki Linnakangas
On 28.01.2012 18:16, ja...@stev.org wrote: I suspect pg_relation_size has a tolower in it to a table name called Attempts will not work with pg_relation_size Both pg_relation_size('Attempts') and pg_relation_size('attempts') fails with no such table. After table rename from Attempts to attemp

Re: [BUGS] BUG #6413: pg_relation_size wont work on table with upper case chars

2012-01-28 Thread Euler Taveira de Oliveira
On 28-01-2012 13:16, ja...@stev.org wrote: > pg_relation_size('Attempts') > and > pg_relation_size('attempts') > pg_relation_size('"Attempts"') -- Euler Taveira de Oliveira - Timbira http://www.timbira.com.br/ PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento --