File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ OBJS = pg_rewrite.o concurrent.o $(WIN32RES)
44PGFILEDESC = "pg_rewrite - tools for maintenance that requires table rewriting."
55
66EXTENSION = pg_rewrite
7- DATA = pg_rewrite--1.0.sql pg_rewrite--1.0--1.1.sql
7+ DATA = pg_rewrite--1.0.sql pg_rewrite--1.0--1.1.sql pg_rewrite--1.1--1.2.sql
88DOCS = pg_rewrite.md
99
1010REGRESS = main
Original file line number Diff line number Diff line change 1+ /* pg_rewrite--1.1--1.2.sql */
2+
3+ -- complain if script is sourced in psql, rather than via ALTER EXTENSION
4+ \echo Use " ALTER EXTENSION pg_rewrite UPDATE TO '1.2'" to load this file. \quit
5+
6+ -- No SQL changes for this upgrade.
Original file line number Diff line number Diff line change 11# pg_rewrite extension
22comment = 'Tools for maintenance that requires table rewriting.'
3- default_version = '1.1 '
3+ default_version = '1.2 '
44module_pathname = '$libdir/pg_rewrite'
55relocatable = true
You can’t perform that action at this time.
0 commit comments