PQerrorMessage
Function
PQerrorMessage is used to return error information on a connection.
Prototype
char* PQerrorMessage(const PGconn* conn);
Parameter
Keyword |
Parameter Description |
---|---|
conn |
Connection handle. |
Return Value
char pointers
Example
For details, see Typical Application Development Examples.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.