On Tue, Jan 11, 2005 at 14:26:15 -0600,
Tad Marko <tmarko(at)metrosplash(dot)com> wrote:
>
> I can
>
> GRANT ALL ON a_specific_table TO user
>
> but I can't figure out how to simply give some privilege to a user on
> all tables.
You can't do it with a single GRANT statement. You need to write a script
or function to do it.