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.
New checks for proper PG configuration and some PG 7.1 vs. PG 7.2 changesin postgresql.sql (which now checks at varies its behavior according tothe version being run).