Re: [GENERAL] What is Cost 100 in stored procedure

2010-01-12 Thread Rob Wultsch
On Tue, Jan 12, 2010 at 8:06 PM, Yan Cheng Cheok wrote: > May I know what is the meaning of Cost 100, at the end of stored procedure? > > > END;$BODY$ >  LANGUAGE 'plpgsql' VOLATILE >  COST 100; > ALTER FUNCTION create_tables() OWNER TO postgres; > > Thanks and Regards > Yan Cheng CHEOK > "

[GENERAL] What is Cost 100 in stored procedure

2010-01-12 Thread Yan Cheng Cheok
May I know what is the meaning of Cost 100, at the end of stored procedure? END;$BODY$ LANGUAGE 'plpgsql' VOLATILE COST 100; ALTER FUNCTION create_tables() OWNER TO postgres; Thanks and Regards Yan Cheng CHEOK -- Sent via pgsql-general mailing list (pgsql-general@postgresql.o