Re: [PATCHES] Patch for psql to avoid altering the PGresult strings

2003-06-24 Thread Dennis Björklund
On Mon, 23 Jun 2003, Bruce Momjian wrote: > What should be done with this patch? Well, I can't tell what you should do :-) I made it in response to this: http://archives.postgresql.org/pgsql-hackers/2003-06/msg00296.php The patch is not very important, it works fine without. It's just that the

Re: [PATCHES] Patch for psql to avoid altering the PGresult strings

2003-06-23 Thread Bruce Momjian
What should be done with this patch? --- Dennis Björklund wrote: > The mbvalidate() function was called on the PGresult strings, and it > changes the strings (removes unknown characters). > > I've change the validation fun