OSDN Git Service

Add forgot upgrade sql file 1.6.1
authorKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 3 Feb 2022 13:50:38 +0000 (22:50 +0900)
committerKyotaro Horiguchi <horikyota.ntt@gmail.com>
Thu, 3 Feb 2022 13:50:38 +0000 (22:50 +0900)
Add upgrade SQL script forgot to be included in the last commits.

pg_store_plans--1.6--1.6.1.sql [new file with mode: 0644]

diff --git a/pg_store_plans--1.6--1.6.1.sql b/pg_store_plans--1.6--1.6.1.sql
new file mode 100644 (file)
index 0000000..e7ad3c3
--- /dev/null
@@ -0,0 +1,4 @@
+/* pg_store_plans/pg_store_plans--1.6--1.6.1.sql */
+
+-- complain if script is sourced in psql, rather than via CREATE EXTENSION
+\echo Use "CREATE EXTENSION pg_store_plans" to load this file. \quit