I realize the docs usually lag behind, but please be sure to include documentation on any new features added to PSQLv9 in the recent updates. Two specific ones I can think of are:
1) Support for enabling or disabling ANSI_PADDING by default on each DSN. This is a new registry key that is not available via the Engine DSN UI (although I believe that it SHOULD be available via the UI). Please provide information about the default switch in the documentation of "SET ANSI_PADDING".
2) Support for Legacy Data Types. PSQLv9.52 added a new capability of doing a CREATE TABLE IN DICTIONARY for legacy field types (i.e. LSTRING, NOTE, etc.). However, the documentation has not yet been updated to indicate these new changes. One ideal spot for this could be the "Legacy Data Types" page which currently states "New databases, however, cannot create tables with the legacy data types." This should be changed to show HOW to properly create tables with these data types.