On Thu, 25 Jan 2001, Marco DI NARDO wrote:
> I've a problem is quite the same.
> i've got a table that was created by one user in a database (me), and I want to
> grant to other postgres user the right to view or update this table.
> Marco
> m.dinardo@gruppodigito.com
I thought this is what the "grant" command is.
I don't recall the exact syntax but it is something like:
grant all to <user> on <table>;