On Sun, May 27, 2012 at 11:04 PM, Alexandr Ciornii wrote:
> I use Russian Windows XP, pgAdmin 1.14.2.
> When doing a dependency report for a table pgAdmin creates incorrect
> http-equiv string. Firefox and IE do not understand it, showing
> Russian characters incorrectly and this behaviour is corr
On Mon, May 28, 2012 at 10:39 AM, Aren Cambre wrote:
> Looks like pgAdmin's user handling is broken or nonsensical. Just as a
> test, I created a new login role named *test*. Here's its SQL:
> *CREATE ROLE test LOGIN*
> * ENCRYPTED PASSWORD 'md505a671c66aefea124cc08b76ea6d30bb'*
> * NOSUPERUSER
> This doesn't make sense. If I create a login role, it should show up here
>> and allow me to assign it to arbitrary tables.
>>
>
> That's intentional (and configurable): see
> http://www.pgadmin.org/support/faq.php#UserPrivileges
>
Argh, thanks. Now I remember running into this before.
This nee