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 !


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to