Re: R: change owner on a table

Поиск
Список
Период
Сортировка
От Francisco Reyes
Тема Re: R: change owner on a table
Дата
Msg-id Pine.BSF.4.32.0101262314200.27599-100000@zoraida.reyes.somos.net
обсуждение исходный текст
Ответ на R: change owner on a table  (Marco DI NARDO <m.dinardo@gruppodigito.com>)
Ответы Re: R: change owner on a table  ("D. Duccini" <duccini@backpack.com>)
Список 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 по дате отправления:

Предыдущее
От: Herbie Pabst
Дата:
Сообщение: Still lockin up...
Следующее
От: "D. Duccini"
Дата:
Сообщение: Re: R: change owner on a table