I am new to Postgre, and am still learning some of the basics... please bare with me. I need to know how to access a sequence from within a function. Let me know whats wrong with the following... (this is not the exact function, just for examples sake...) ---------------------------------------------- CREATE FUNCTION getSeq() RETURNS int AS' RETURN nextval('myseq') 'LANGUAGE 'plpgsql'; ---------------------------------------------- Thanks for the help Clark ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster