]> granicus.if.org Git - postgresql/blob - contrib/tsm_system_rows/tsm_system_rows--1.0.sql
tableam: sample scan.
[postgresql] / contrib / tsm_system_rows / tsm_system_rows--1.0.sql
1 /* contrib/tsm_system_rows/tsm_system_rows--1.0.sql */
2
3 -- complain if script is sourced in psql, rather than via CREATE EXTENSION
4 \echo Use "CREATE EXTENSION tsm_system_rows" to load this file. \quit
5
6 CREATE FUNCTION system_rows(internal)
7 RETURNS tsm_handler
8 AS 'MODULE_PATHNAME', 'tsm_system_rows_handler'
9 LANGUAGE C STRICT;