View Single Post

   
  #3 (permalink)  
Old 04-17-2008, 06:44 PM
Antonio
 
Posts: n/a
Default Possible bug renaming roles

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!




---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Reply With Quote