Re: [GENERAL] Function Won't Compile

2001-07-11 Thread Richard Huxton
Eric Chacon wrote: > > I'm sure I'm doing something stupid, but this is driving me nuts... > > This is the first stored procedure I've ever written in my life. You're close, debugging plpgsql can be tricky: > DROP FUNCTION update_flag_func(); > CREATE FUNCTION update_flag_func() > RETURNS text

[GENERAL] Function Won't Compile

2001-07-10 Thread Eric Chacon
I'm sure I'm doing something stupid, but this is driving me nuts... This is the first stored procedure I've ever written in my life. I have a database calle jags_content jags_content has a table in jags_content called update_flag update_flag has a column of type timestamp called content S