Thread: Bug in pgAdmin III

Bug in pgAdmin III

From
"Darko Prenosil"
Date:
 From grant manager on table I got this output:
  GRANT SELECT, RULE, REFERENCE, TRIGGER ON TABLE db_info.clients TO public;
 It should be :
  GRANT SELECT, RULE, REFERENCES, TRIGGER ON TABLE db_info.clients TO
public;

 Keyword is not REFERENCE but REFERENCES !


Regards !


Re: Bug in pgAdmin III

From
Andreas Pflug
Date:
Darko Prenosil wrote:

> From grant manager on table I got this output:
>  GRANT SELECT, RULE, REFERENCE, TRIGGER ON TABLE db_info.clients TO public;
> It should be :
>  GRANT SELECT, RULE, REFERENCES, TRIGGER ON TABLE db_info.clients TO
>public;
>
> Keyword is not REFERENCE but REFERENCES !
>
>
Thanks, fixed.

Regards,
Andreas