Skip to content

Improve documentation of the priv parameter. #119

Open
@ghost

Description

SUMMARY

The description of the priv parameter contains a short section about column privileges which is not properly rendered and can be improved.

The lines in question are this:

- If column privileges are used, the C(priv1,priv2) part must be
exactly as returned by a C(SHOW GRANT) statement. If not followed,
the module will always report changes. It includes grouping columns
by permission (C(SELECT(col1,col2)) instead of C(SELECT(col1),SELECT(col2))).

  1. The C(…) function seems to not work nice with parenthesis inside is my guess.
  2. Between the privilege keyword and the open parenthesis a space is missing in the examples e.g. Instead of SELECT(priv1,priv2) it should be SELECT (priv1,priv2).
  3. PR mysql_user: add proper handling of INSERT, UPDATE, REFERENCES on columns #107 sorts the column names so this can be mentioned as well I guess.
ISSUE TYPE
  • Documentation Report
COMPONENT NAME

mysql_user

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsImprovements or additions to documentationhelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions