Re: Bug in UTF8-Validation Code?
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Gregory Stark <stark@enterprisedb.com>
Cc: Martijn van Oosterhout <kleptog@svana.org>, Jeff Davis <pgsql@j-davis.com>, Michael Fuhr <mike@fuhr.org>, Mario Weilguni <mweilguni@sime.com>, "Joshua D. Drake" <jd@commandprompt.com>, Albe Laurenz <all@adv.magwien.gv.at>, pgsql-hackers@postgresql.org
Date: 2007-03-19T00:35:05Z
Lists: pgsql-hackers
Gregory Stark wrote: > "Andrew Dunstan" <andrew@dunslane.net> writes: > > >> Below is a list of the input routines in the adt directory, courtesy of grep. >> > > Grep isn't a good way to get these, your list missed a bunch. > > postgres=# select distinct prosrc from pg_proc where oid in (select typinput from pg_type); > > [snip] > (64 rows) > > Ok, good point. Now, which of those need to have a check for valid encoding? cheers andrew