PQresultVerboseErrorMessage Function

public function PQresultVerboseErrorMessage(pgresult, verbosity, show_context) result(res)

cf. PostgreSQL Documentation

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in) :: pgresult
integer(kind=int32), intent(in) :: verbosity
integer(kind=int32), intent(in) :: show_context

Return Value character(kind=c_char, len=:), pointer


Contents