WRITE ACCESS DB
Pre-release
Pre-release
Most notably, WRITE ACCESS DB is now implemented, with write tokens and everything.
- more documentation (manual)
- new
write_text()
functions - datalinker now better split into
dlfm
(admin tool) andpg_datalinker
(daemon) - improved systemd support
dlfm
supportsbind
andunbind
operations- added preliminary
dlcat
shell command (in C, DLFF for DLURLPATH) - changing link control options works for non superusers
- changing link control options works in many cases when values are present
- removed implicit from datalink to jsonb cast
- lco number assignment changes in
link_control_options
to be more logical - some boolean args changed to integer to be more consistent
- new
commit()
procedure - new
dl_admin_files
table to keep track of administered files, this is currently used to keep track of files created withwrite_file()
. - new
dl_file_admin()
function - datalinker status improvements
- datalinker now automatically deletes temporary files and files created in aborted transactions ($opt_A)
- preliminary
revisions()
andrevision()
functions