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
|
| Список | 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 по дате отправления: