Make psql correctly track the effects of SET CLIENT_ENCODING commands.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Sep 2003 17:59:02 +0000 (17:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 16 Sep 2003 17:59:02 +0000 (17:59 +0000)
commit7e06dbe1c2391468ddaa7f0805ac6352933069e1
tree1b1825ae1121c1d126f4c5399833b1ac97c8a8aa
parent7b05ef5b63bb91eff2433e5eb187b0eb5a81653e
Make psql correctly track the effects of SET CLIENT_ENCODING commands.
I thought I'd fixed this earlier, but I didn't get it right ...
src/bin/psql/command.c
src/bin/psql/common.c