Scripts for the execsql.py SQL script processor that allow the user to easily create a glossary of terms to accompany a database export. A typical use is to create a glossary of all of the column names that appear in the export. The scripts extract column names from a specified view or table (using the DBMS's information schema) and definitions from a master glossary table that contains all column descriptions. A glossary can also include custom or one-off definitions that do not appear in the master glossary.