Fix autovacuum_vacuum_max_threshold's GUC description.
[pgsql.git] / contrib / tsm_system_rows / tsm_system_rows--1.0.sql
blobde508ed72675fe3cb51fd1dce770227b97d31acc
1 /* contrib/tsm_system_rows/tsm_system_rows--1.0.sql */
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
6 CREATE FUNCTION system_rows(internal)
7 RETURNS tsm_handler
8 AS 'MODULE_PATHNAME', 'tsm_system_rows_handler'
9 LANGUAGE C STRICT;