Re: [SQL] change username

Поиск
Список
Период
Сортировка
От David Hartwig
Тема Re: [SQL] change username
Дата
Msg-id 002701be32be$a782e120$d37dc497@daveh
обсуждение исходный текст
Список pgsql-sql
Pg_user is a view.   Non-updatable I might add.    Pg_shadow is the table
you want.

----- Original Message -----
From: Bill Brandt <brandtwr-pgsql@draaw.net>
To: <pgsql-sql@postgreSQL.org>
Sent: Monday, December 28, 1998 1:15 PM
Subject: [SQL] change username


>I have a user on my system whose username has recently changed.  The user
>owns and is a non-owning user of multiple database.  I have tried a command
>of the form:
>
>update pg_user set usename='newname' where usesysid=###;
>
>When I try this I get an error.  Does anyone know how to change this
>information?  If I delete the user and recreate the user with the same uid
>does that retain all the existing database permissions?
>
>--
>Bill Brandt
>brandtwr@draaw.net                              http://www.draaw.net/
>


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

Предыдущее
От: Bill Brandt
Дата:
Сообщение: change username
Следующее
От: Trever Adams
Дата:
Сообщение: Binary anding