Fix not-null constraint test
[pgsql.git] / contrib / pg_prewarm / pg_prewarm--1.0--1.1.sql
blob99660548939e3e63a04077905a37902b62e9088b
1 /* contrib/pg_prewarm/pg_prewarm--1.0--1.1.sql */
3 -- complain if script is sourced in psql, rather than via ALTER EXTENSION
4 \echo Use "ALTER EXTENSION pg_prewarm UPDATE TO '1.1'" to load this file. \quit
6 ALTER FUNCTION pg_prewarm(regclass, text, text, int8, int8) PARALLEL SAFE;