mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
9164deea2f
The pgrowlocks function provided by this extension is PARALLEL SAFE. Andreas Karlsson
7 lines
253 B
SQL
7 lines
253 B
SQL
/* contrib/pgrowlocks/pgrowlocks--1.1--1.2.sql */
|
|
|
|
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
|
|
\echo Use "ALTER EXTENSION pgrowlocks UPDATE TO '1.2'" to load this file. \quit
|
|
|
|
ALTER FUNCTION pgrowlocks(text) PARALLEL SAFE;
|