Renamed a column named "timestamp" in the security package because this is now a reserved word in PG (correctly). I changed the Oracle ver…
Show more
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.
Show less