Subroutine for retrieving SSL attribute names from a PostgreSQL database connection and populating an array.
This doesn't work in the GCC 11.4.0 environment.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in) | :: | conn | |||
character(len=len), | allocatable | :: | strings(:) | |||
integer(kind=int32), | intent(in) | :: | len |