执行以下命令时:
describe sql.query("show pgaudit.log;") do
its("output") { should match 'ERROR: unrecognized configuration parameter "pgaudit.log"' }
end
出现如下错误,语法是否有任何错误,请指教。
expected: "ERROR: unrecognized configuration parameter \"pgaudit.log\""
got: "\nERROR: unrecognized configuration parameter \"pgaudit.log\"\n"