install-PostgreSQL-man-pages

This utility leverages the Linux man-page facility to provide a full local copy of official documentation for all PostgreSQL utilities and SQL commands; in the same format as native GNU/Linux utilities. They need to run only once, and then can issue commands such as:

Command Description

man 1 pg_dump, man 1 pg_restore

Displays information about the PostgreSQL utilities for, respectively, export and import; these exact utilities are used by Tenable Log Correlation Engine's archival-manager utility.

man 1 psql Displays information about the PostgreSQL command-line client (see also source-for-psql-shortcuts.sh.)

man 1 pg_receivewal,

man 1 pg_resetwal

Displays information about PostgreSQL built-in clustering/replication facilities.
man 7 SELECT Displays information about the complete syntax of the SQL SELECT command, including any PostgreSQL extensions to the SQL: 2011 (ISO/IEC 9075:2011) standard.
man 7 CREATE_MATERIALIZED_VIEW Displays information about the complete syntax of the DDL CREATE MATERIALIZED VIEW command, including any PostgreSQL extensions to the SQL: 2011 (ISO/IEC 9075:2011) standard.

man 7 CREATE_TEXT_SEARCH_CONFIGURATION,

man 7 CREATE_TEXT_SEARCH_DICTIONARY,

man 7 CREATE_TEXT_SEARCH_TEMPLATE

Displays information about syntax of commands used to configure the PostgreSQL full-text search feature .