Add missing pgtab extension to database setup

Table of Contents

This page is a capture in the next bucket of the product backlog — a pre-sprint idea, not yet pulled into a sprint as a story.

What

(One paragraph: the idea.)

Why

(Motivation, problem being solved, related context.)

References

See also

The pgtab PostgreSQL extension is referenced in the codebase but is not installed during database setup. Add CREATE EXTENSION IF NOT EXISTS pgtab; to the extension installation block in setup_database.sh (or the equivalent create script), ensuring it is installed before any objects that depend on it are created.

Emacs 29.1 (Org mode 9.6.6)