pgStatStatementsTrack

@JvmName(name = "gyhskpwaosiyqcmn")
suspend fun pgStatStatementsTrack(value: Output<String>)
@JvmName(name = "jhgtddypbshpomug")
suspend fun pgStatStatementsTrack(value: String?)

Parameters

value

Controls which statements are counted. Specify 'top' to track top-level statements (those issued directly by clients), 'all' to also track nested statements (such as statements invoked within functions), or 'none' to disable statement statistics collection. The default value is top. Supported values are: all, top, none.