We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df06b97 commit 865540fCopy full SHA for 865540f
pg_rewrite--1.3--2.0.sql
@@ -3,6 +3,7 @@
3
-- complain if script is sourced in psql, rather than via ALTER EXTENSION
4
\echo Use "ALTER EXTENSION pg_rewrite UPDATE TO '2.0'" to load this file. \quit
5
6
+DROP FUNCTION IF EXISTS rewrite_table_nowait;
7
CREATE FUNCTION rewrite_table_nowait(
8
src_table text,
9
dst_table text,
0 commit comments