The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Module::Build::Database::PostgreSQL::Templates - PostgreSQL documentation templates

DESCRIPTION

Templates used to generate documentation for a postgres database.

NAME

<tmpl_var table>

DESCRIPTION

<tmpl_var table_comment>

FIELDS

<tmpl_loop columns> <tmpl_var column> (<tmpl_var column_type>) - <tmpl_var column_comment> </tmpl_loop>

SCHEMA

_DB: \d+ <tmpl_var table>