Re: R: change owner on a table - Mailing list pgsql-novice

From Francisco Reyes
Subject Re: R: change owner on a table
Date
Msg-id Pine.BSF.4.32.0101262314200.27599-100000@zoraida.reyes.somos.net
Whole thread Raw
In response to R: change owner on a table  (Marco DI NARDO <m.dinardo@gruppodigito.com>)
Responses Re: R: change owner on a table  ("D. Duccini" <duccini@backpack.com>)
List pgsql-novice
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>;


pgsql-novice by date:

Previous
From: Herbie Pabst
Date:
Subject: Still lockin up...
Next
From: "D. Duccini"
Date:
Subject: Re: R: change owner on a table