Re: [GENERAL] Lock up on 7.0.2 involving CREATE FUNCTION/INDEX..

2000-08-09 Thread Prasanth A. Kumar
Philip Hallstrom <[EMAIL PROTECTED]> writes: > Hi - > The following statements lock up my machine completely (I can > ping, but can't telnet, nothing). This is FreeBSD 3.4-STABLE running > 7.0.2. > > rolo_entry.fname is of type VARCHAR(30). > > devloki=> CREATE FUNCTION upper(VARCHAR) RE

[GENERAL] Lock up on 7.0.2 involving CREATE FUNCTION/INDEX..

2000-08-09 Thread Philip Hallstrom
Hi - The following statements lock up my machine completely (I can ping, but can't telnet, nothing). This is FreeBSD 3.4-STABLE running 7.0.2. rolo_entry.fname is of type VARCHAR(30). devloki=> CREATE FUNCTION upper(VARCHAR) RETURNS TEXT AS ' devloki'> BEGIN devloki'> RETURN UPPER