In the Oracle version, the links to folders on the My Files page look
like this: /dotlrn/file-storage/?folder_id=5335. In the Postgres
version they look like this: /dotlrn/?folder_id=5291.
I've traced it down to file_storage__get_package_id returning null; I
haven't gone any further yet. Does anyone have any clues here?
I don't think this is related to this particular problem, but
/dotlrn-fs/tcl/dotlrn-fs-procs.tcl has some inline plsql code that
will need to be extracted and ported as it doesn't look like it will
work for Postgres.