hi,
i work on a stored procedure which does some timespecific calculations
in plpgsql.
in a loop i want to increase a timestamp by a changing interval. but i
found no way to assign a variable to INTERVAL .
finally i used plpython for the function but i still wonder if it could
be done with plpgsql?
regards thilo