PQconninfoParse
Description
Returns parsed connection options based on the connection.
Prototype
PQconninfoOption* PQconninfoParse(const char* conninfo, char** errmsg);
Parameters
Keyword |
Description |
---|---|
conninfo |
Passed string. This parameter can be left empty. In this case, the default value is used. It can contain one or more values separated by spaces or contain a URL. |
errmsg |
Error information. |
Return Values
PQconninfoOption pointers
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.