I am working in a group that will be modifying tables on a regular basis. We are using postgresql 7.3.4. Is there any way to allow the other users to modify tables I have created using either useror group permissions? Thanks,
On Fri, Nov 14, 2003 at 16:30:25 -0600, "Chris M. Gamble" <chris.gamble@cpbinc.com> wrote: > I am working in a group that will be modifying tables on a regular basis. > > We are using postgresql 7.3.4. Is there any way to allow the other users to modify tables I have created using either useror group permissions? Yes. You can use the GRANT command to give other users access to your objects.
Chris M. Gamble writes: > We are using postgresql 7.3.4. Is there any way to allow the other users > to modify tables I have created using either user or group permissions? No. You would need to create a user for the owner and allow the other group members to log in as that owner. -- Peter Eisentraut peter_e@gmx.net
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера