Configuring Advanced Storage Pack
Suggest editsPlace the extension module implementing the custom TAM in shared_preload_libraries
so that it loads early during Postgres startup. This step is needed so that the extension is available before the table based on the given TAM is accessed for the first time. For example, update the parameter in postgresql.conf
with autocluster
or refadata
:
After restarting the server, execute the SQL command to create the extension. This command creates the extension only in the connected database where the SQL is executed. You must rerun it in each database where the extension is used:
In databases where the extension was created, you can create tables to use the TAM, which the extension provides:
Could this page be better? Report a problem or suggest an addition!