1. Changed a couple of ns_schedule_proc calls to ad_schedule_proc.2. Moved job scheduling for workflow from the db to tcl, because PG doesn't support in-db job scheduling.
1. Removed call to "schedule_proc" in acs-workflow. It's no longer needed.2. Changed admin UI so you can enter the sort order when adding or editing places.3. Duplicated Bart Teeuwisse's glossary changes for Oracle.
Renamed a column named "timestamp" in the security package because this isnow a reserved word in PG (correctly). I changed the Oracle version, too,because I know that 9i has added the "timestamp" datatype and even if itwill accept it as a column name it's confusing.I also changes postgresql.sql to load correctly under PG 7.1 and 7.2.
Removed name attribute from glossary and term forms. Name is now assigned by the new method of either object type.Note this change currently only works for Postgres and breaks the Oracle implementation.