Returns the value of the `client_encoding` configuration parameter.
(&self)
| 742 | |
| 743 | /// Returns the value of the `client_encoding` configuration parameter. |
| 744 | pub fn client_encoding(&self) -> &ClientEncoding { |
| 745 | self.expect_value(&CLIENT_ENCODING) |
| 746 | } |
| 747 | |
| 748 | /// Returns the value of the `client_min_messages` configuration parameter. |
| 749 | pub fn client_min_messages(&self) -> &ClientSeverity { |
nothing calls this directly
no test coverage detected