From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Victor Lopez <d01m01a2000(at)gmail(dot)com> |
Cc: | Neil Peter Braggio <pbraggio(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: propagar GRANT tabla -> secuencia |
Date: | 2007-04-12 15:57:47 |
Message-ID: | 20070412155747.GE15947@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Victor Lopez escribió:
> El 12/04/07, Alvaro Herrera <alvherre(at)commandprompt(dot)com> escribió:
> >http://www.postgresql.org/docs/8.1/static/sql-grant.html
> >
> >Ya se que le tienes miedo, pero por favor haz un esfuerzo.
> >
>
> Y que te hace pensar eso?
Huh, me confundí de Victor parece (alguien que decía que la
documentacion de referencia debería venir con ejemplos o algo así)
Igual te pifiaste:
> test=# GRANT INSERT ON tabla_pruebas_id_seq TO test;
> GRANT
>
> Pero como si nada ...
Claro, porque si la hubieras leido como te dije, habrias visto esto:
UPDATE
Allows UPDATE of any column of the specified table. SELECT ... FOR UPDATE
and SELECT ... FOR SHARE also require this privilege (besides the SELECT
privilege). For sequences, this privilege allows the use of the nextval and
setval functions.
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
From | Date | Subject | |
---|---|---|---|
Next Message | Victor Lopez | 2007-04-12 16:09:04 | Re: Usuario |
Previous Message | Andres Manuel Salvador Garcia | 2007-04-12 15:51:01 | Concentrar en una Base de datos los registros generadas por otras Bases de datos |