Possible bug renaming roles

Поиск
Список
Период
Сортировка
От Antonio
Тема Possible bug renaming roles
Дата
Msg-id 20051110103747.7E71.PSQL@msux.cjb.net
обсуждение исходный текст
Ответ на Re: Be careful in postgresql.conf of 8.1.  (Andreas Pflug <pgadmin@pse-consulting.de>)
Ответы Re: Possible bug renaming roles  (Andreas Pflug <pgadmin@pse-consulting.de>)
Список pgadmin-hackers
Dear Sirs:

I looked in the pgAdmin web page for a place to report bugs, but I
couldn't find it. So I send it to this list. If I'm wrong, please let me
know.


Bug description:
- When you try to rename a role, you get an error. The underlying sql
sentence seems to be wrong. PgAdmin is trying
    ALTER GROUP ROLE "AccTotBDProy" RENAME TO "BDProy_AccTot";
and then the user gets the error


Expected results:
- It seems pgAdmin should try
    ALTER ROLE "AccTotBDProy" RENAME TO "BDProy_AccTot";
and rename it


I'm available to do whatever tryings are needed.

Keep up the good work. Thanks for it all!




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

Предыдущее
От: Andreas Pflug
Дата:
Сообщение: Re: Be careful in postgresql.conf of 8.1.
Следующее
От: Andreas Pflug
Дата:
Сообщение: Re: automake