14.1. Installing the Iceberg Extension #

You must install the Iceberg extension to read the following storage data:

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('iceberg');