"Marc Munro" <[EMAIL PROTECTED]> writes: > The following script causes a db server crash:
You are using the I/O routines for the builtin "char" type, but you have not duplicated the storage parameters for that type. The length must be 1 not -1, and it's pass by value. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly