lock_mode

lock_mode 
      ::= 
      "share" 
      | "exclusive" 
      | ( "row" ( "share" | "exclusive" ) ) 
      | ( "share" ( "update" | ( "row" "exclusive" ) ) ) 

[rule list]
This rule is called by

lock_command