docs: properly document psql auto encoding mode
authorBruce Momjian <bruce@momjian.us>
Wed, 16 Apr 2014 23:53:42 +0000 (19:53 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 16 Apr 2014 23:53:42 +0000 (19:53 -0400)
In psql, both stdin and stdout must be terminals to get a client
encoding of 'auto'.

Patch by Albe Laurenz

Backpatch to 9.3.

doc/src/sgml/ref/psql-ref.sgml

index 0b91d45d804ffbfeb9c0c8116691074ccd97f2b9..da79d7a90eaf32299baa39b22338c9b081cf8d6d 100644 (file)
@@ -636,7 +636,7 @@ $ <userinput>psql postgresql://dbmaster:5433/mydb?sslmode=require</userinput>
     </para>
 
     <para>
-     If at least one of standard input or standard output are a
+     If both standard input and standard output are a
      terminal, then <application>psql</application> sets the client
      encoding to <quote>auto</quote>, which will detect the
      appropriate client encoding from the locale settings