Grant

Started by MaRCeLO PeReiRAover 21 years ago2 messagesgeneral
Jump to latest
#1MaRCeLO PeReiRA
gandalf_mp@yahoo.com.br

Hi,

I have several tables in a database and I have to
grant ALL on each table to a user. How can I do it at
once???

I'm doing a GRANT statement for each table... (ugly).

Regards,

Marcelo

_______________________________________________________
Yahoo! Messenger 6.0 - jogos, emoticons sonoros e muita divers�o. Instale agora!
http://br.download.yahoo.com/messenger/

#2Martijn van Oosterhout
kleptog@svana.org
In reply to: MaRCeLO PeReiRA (#1)
Re: Grant

On Tue, Sep 14, 2004 at 10:47:13AM -0300, MaRCeLO PeReiRA wrote:

Hi,

I have several tables in a database and I have to
grant ALL on each table to a user. How can I do it at
once???

I'm doing a GRANT statement for each table... (ugly).

grant all on table1, table2, table2, ... to user;

IIRC anyway...
--
Martijn van Oosterhout <kleptog@svana.org> http://svana.org/kleptog/

Show quoted text

Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
tool for doing 5% of the work and then sitting around waiting for someone
else to do the other 95% so you can sue them.