# The first two columns respectively represent the database name and the user, and the remaining columns are the privileges.
message: "Duplicate entry for this database/user pair conflicts with an earlier entry.".to_string(),
/// Inline error messages into the editor content, so that the user can easily see what went wrong.
pub fn inline_errors_into_editor_content(content: &str, errors: &[PrivilegeLineError]) -> String {
"# The first two columns respectively represent the database name and the user, and the remaining columns are the privileges.",
"Database User Select Insert Update Delete Create Drop Alter Index Temp Lock References CreateView ShowView Trigger",