module.exports = {
  topic: 'pg',
  command: 'settings:log-min-duration-statement',
  description: `The duration of each completed statement will be logged if the statement completes after the time specified by VALUE.
VALUE needs to specified as a whole number, in milliseconds.`,