Re: R: change owner on a table

From: Francisco Reyes <fran(at)reyes(dot)somos(dot)net>
To: Marco DI NARDO <m(dot)dinardo(at)gruppodigito(dot)com>
Cc: "'D(dot) Duccini'" <duccini(at)backpack(dot)com>, Pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: R: change owner on a table
Date: 2001-01-27 04:15:09
Message-ID: Pine.BSF.4.32.0101262314200.27599-100000@zoraida.reyes.somos.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)dinardo(at)gruppodigito(dot)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>;

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Herbie Pabst 2001-01-27 13:17:01 Still lockin up...
Previous Message Herbie Pabst 2001-01-27 03:56:57 Locks on startup...