PostgreSQL: Customer-Managed UDAF Installation

Download the Binaries

Follow this link to download the .tgz file and SHA512 hash.

PostgreSQL: Move and extract the .tgz

Once you download the HLL .tgz file it needs to be transferred to the PostgreSQL host. Extract the binary into a known location as the path will be required. This could be the PostgreSQL extension directory or other.

PostgreSQL: REGISTER THE HLL FUNCTIONS

  1. Open the SQL Script with a text editor, and replace the location in the SQL to the HLL files.
  2. Execute the edited SQL File.