Gregory Stark wrote:
"Andrew Dunstan" <[EMAIL PROTECTED]> 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
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster