Skip to content

Commit 865540f

Browse files
author
Antonin Houska
committed
One more change to handle the accidentally released v1.3.
1 parent df06b97 commit 865540f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pg_rewrite--1.3--2.0.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
44
\echo Use "ALTER EXTENSION pg_rewrite UPDATE TO '2.0'" to load this file. \quit
55

6+
DROP FUNCTION IF EXISTS rewrite_table_nowait;
67
CREATE FUNCTION rewrite_table_nowait(
78
src_table text,
89
dst_table text,

0 commit comments

Comments
 (0)