The following limitations apply when implementing EDB Postgres Advanced Server:
- EDB recommends you don't store the
datadirectory of a production database on an NFS file system. If you plan to go against this recommendation, see the 19.2.2.1. NFS section in the PostgreSQL documentation for guidance about configuration. - The LLVM JIT package is supported only on RHEL x86.
- If you dump role data with
pg_dumpall --no-role-passwords, therolpolicyexemptattribute (EXEMPT ACCESS POLICYprivilege) isn't preserved and defaults tofalseon restore. See Controlling data access (Virtual Private Database) for how to identify and reapply affected roles.