I thought fast and I resolved .. I have almost no knowledge as to postgresql
run a backup "dump" of my local development version (works perfect) between the server and psql: delete the table manually, Run all the instructions that appeared in the backup that made mention to the table "denuncia" and stop giving system error .. in theory the user and the permissions were fine .. really did not create the system table "denuncia", so believe it manually and so I gave the error El miércoles, 5 de febrero de 2014 05:30:05 UTC-4:30, Johann Spies escribió: > > On 5 February 2014 06:35, Luis Díaz <[email protected] <javascript:>>wrote: > > >> ProgrammingError: permiso denegado a la relación denuncia >> >> Error snapshot >> >> <class 'psycopg2.ProgrammingError'>(permiso denegado a la relación >> denuncia )-- >> >> >> > Who is the owner of the database in Postgresql? And of table 'denuncia'? > Does user 'usuario' have rights to that database? > > The message is that Postgresql is refusing access. > > Regards > Johann > > -- > Because experiencing your loyal love is better than life itself, > my lips will praise you. (Psalm 63:3) > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

