PGXN

PostgreSQL Extension Network

PGXN Gear PostgreSQL Extension Network
  • kop
  • pg_isok 0.1.4
  • Local-Copies-of-the-Documentation
  • Users
  • Tags
  • Recent

Contents

    • B. Local Copies of the Documentation
B. Local Copies of the Documentation
Prev     Next

B. Local Copies of the Documentation

When Isok is installed as an extension, local copies of the documentation are installed. The pg_config PostgreSQL client command provides an easy way to find the documentation.

Example B.1. Finding the Documentation of Locally Installed Extensions

$ printf '\nExtension documentation is located in:\n%s\n\n' $(pg_config --docdir)/extension/

Extension documentation is located in:
/usr/share/doc/postgresql-doc-15/extension/

$ ls $(pg_config --docdir)/extension
pg_isok--1.0.0.config  pg_isok_html  pg_isok_usletter.pdf
pg_isok_a4.pdf	       pg_isok.txt

$ printf '\nThe URL used to read the local HTML documentation is:\nfile://%s\n\n' \
         $(pg_config --docdir)/extension/pg_isok_html/html_paginated/index.html

The URL used to read the local HTML documentation is:
file:///usr/share/doc/postgresql-doc-15/extension/pg_isok_html/html_paginated/index.html


Prev     Next
Creating an Audit Trail  Home  C. Periodic Execution

Page generated: 2025-06-03T23:39:06-05:00.

Blog | Mastodon | Release on PGXN About | FAQ | Mirroring | Feedback