14.2. Installing the Delta Extension #
You must install the Delta extension to read Delta datasets.
To install known DuckDB extensions automatically, set the duckdb.autoinstall_known_extensions configuration parameter to true.
Required privileges: Postgres Pro AXE administrator only. For more information about stored procedures and privileges, refer to Section 18.1.
Execute the following command on the Postgres Pro AXE server:
SELECT duckdb.install_extension('delta');