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 |
---|---|
|
Displays information about the PostgreSQL utilities for, respectively, export and import; these exact utilities are used by Tenable Log Correlation Engine's |
man 1 psql
|
Displays information about the PostgreSQL command-line client (see also source-for-psql-shortcuts.sh.) |
|
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. |
|
Displays information about syntax of commands used to configure the PostgreSQL full-text search feature . |