Excerpts from Juan's message of lun ago 30 12:35:37 -0400 2010:

> ERROR:  no existe la función pg_relation_size(name)
> LINE 4: pg_size_pretty(pg_relation_size(idstat.relname)) AS table_si...
>                        ^
> HINT:  Ninguna función coincide en el nombre y tipos de argumentos.
> Puede desear agregar conversión explícita de tipos.
> 
> select version() me devuelbve esto en mi pgadmin
> 
> "PostgreSQL 8.4.4, compiled by Visual C++ build 1400, 32-bit"
> 
> SERA QUE ESA QUERY ES PARA UNA VERSON MAS VIEJA?

vaya, que raro.  Agrega un cast a regclass:

... pg_size_pretty(pg_relation_size(idstat.relname::regclass)) AS ...

Creo que el Wiki necesita una correccion.

-- 
Álvaro Herrera <[email protected]>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
-
Enviado a la lista de correo pgsql-es-ayuda ([email protected])
Para cambiar tu suscripci�n:
http://www.postgresql.org/mailpref/pgsql-es-ayuda

Responder a