projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17bb563
)
Remove docs that say psql \encoding doesn't track SET client_encoding.
author
Bruce Momjian
Sat, 2 Aug 2003 02:44:38 +0000
(
02:44
+0000)
committer
Bruce Momjian
Sat, 2 Aug 2003 02:44:38 +0000
(
02:44
+0000)
doc/src/sgml/ref/psql-ref.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/ref/psql-ref.sgml
b/doc/src/sgml/ref/psql-ref.sgml
index 306f40f35306b169ceb1a1ef3d4dd2fd6e122f00..3969a1ad641b74f79253fe524de4f2d8c6784ecd 100644
(file)
--- a/
doc/src/sgml/ref/psql-ref.sgml
+++ b/
doc/src/sgml/ref/psql-ref.sgml
@@
-1,5
+1,5
@@
@@
-1070,13
+1070,6
@@
Tue Oct 26 21:40:57 CEST 1999
Sets the client character set encoding. Without an argument, this command
shows the current encoding.
-
-
- This command will not notice changes made directly by
SET
- client_encoding>. If you use
\encoding
,
- be sure to use it to set as well as examine the encoding.
-
-