EnterpriseDB / docs

EDB Docs
https://www.enterprisedb.com/docs/
Apache License 2.0
43 stars 217 forks source link

PGD: clarify table access method extension usage #5773

Closed ibarwick closed 2 weeks ago

ibarwick commented 3 weeks ago

What Changed?

This commit adds some cross-references to the "EDB Advanced Storage Pack" documentation, which contains further information about the respective table access methods.

It also clarifies the procedure for installing the extensions on a PGD cluster, in particular emphasising that "shared_preload_libraries" needs to be configured on each node, whereas the "CREATE EXTENSION" command only needs to be executed on one node.

BDR-5140.