Re: [GENERAL] ownership of DBs and tables?

Поиск
Список
Период
Сортировка
От Karl DeBisschop
Тема Re: [GENERAL] ownership of DBs and tables?
Дата
Msg-id 200002170425.XAA25978@skillet.infoplease.com
обсуждение исходный текст
Ответ на Re: [GENERAL] ownership of DBs and tables?  (Jim Richards <grumpy@cyber4.org>)
Ответы Re: [GENERAL] ownership of DBs and tables?
Список pgsql-general
>>Is there a way of changing the ownership of tables and even entire
>>databases?
>
>Um, after the table has been created no, but you can set up users and
>accounts, so as you, try (in ksh, not sure about others)

Um, if you are a superuser:

UPDATE pg_class SET relowner=<newowner> where relmane=<table>;

I don't think databases have owners - or at least owner is not listed
in the pg_database table.

--
Karl DeBisschop <kdebisschop@alert.infoplease.com>
617.832.0332 (Fax: 617.956.2696)

Information Please - your source for FREE online reference
http://www.infoplease.com  - Your Ultimate Fact Finder
http://kids.infoplease.com - The Great Homework Helper

Netsaint Plugins Development
http://netsaintplug.sourceforge.net

В списке pgsql-general по дате отправления:

Предыдущее
От: Louis Bertrand
Дата:
Сообщение: Re: [GENERAL] ownership of DBs and tables?
Следующее
От: mathprof@bigfoot.com
Дата:
Сообщение: Deleting large objects sans index