surveilr_udi_dal_postgresql()

Registers a virtual table module surveilr_udi_dal_postgresql that interacts with files stored in PostgreSQL.This virtual table allows structured querying of file metadata and content stored in a PostgreSQL table.The virtual table exposes the following columns:- name: TEXT - The name of the file- path: TEXT - The full path/key of the file- last_modified: TEXT - The last modified timestamp- content: BLOB - The binary content of the file- size: INTEGER - The size in bytes- content_type: TEXT - The file extension/type- digest: TEXT - The MD5 hash of the content- connection_string: HIDDEN TEXT - PostgreSQL connection string- table_name: HIDDEN TEXT - Table name to read from

Introduced in version .

Parameters