-- complain if script is sourced in psql, rather than via CREATE EXTENSION --\echo Use "CREATE EXTENSION anon" to load this file. \quit -- the tms_system_rows extension should be available with all distributions of postgres --CREATE EXTENSION IF NOT EXISTS tsm_system_rows;