提交 f554ae7d 编写于 作者: A Andreas Scherbaum 提交者: Andreas Scherbaum

Add "reset" and "show" examples for "client_encoding" (#2811)

上级 2d59ed76
......@@ -29,6 +29,12 @@
<p>The client-side character encoding can be changed for a session by setting the
server configuration parameter <codeph>client_encoding</codeph></p>
<codeblock>SET client_encoding TO 'latin1';
</codeblock>
<p>Change the client-side character encoding back to the default value:</p>
<codeblock>RESET client_encoding;
</codeblock>
<p>Show the current client-side character encoding setting:</p>
<codeblock>SHOW client_encoding;
</codeblock>
</body>
</topic>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册