hi,
I can't seem to find the comment for an sql file
drop function dups();
-- joe speigle
-- Feb 1 2004
CREATE FUNCTION dups() RETURNS int4
AS 'SELECT 1 as RESULT' LANGUAGE 'sql';
this always stops after the first line. I've tried a leading space/tab/single quote/double space and the same after the hyphens to no avail.
thanks!!
--
joe speigle