From 22c413f8d68eda62bfcce53de3511a35c6d055e7 Mon Sep 17 00:00:00 2001 From: Tatsuro Yamada Date: Tue, 27 Feb 2024 21:43:01 +0900 Subject: [PATCH] Fix typos in sql file: s/pg_dbms_stats/pg_hint_plan/ This has been originally committed as of 0c11f786997c, missing the back-branches. Backpatch-through: 12 --- pg_hint_plan--1.3.0--1.3.1.sql | 2 +- pg_hint_plan--1.3.1--1.3.2.sql | 2 +- pg_hint_plan--1.3.2--1.3.3.sql | 2 +- pg_hint_plan--1.3.3--1.3.4.sql | 2 +- pg_hint_plan--1.3.4--1.3.5.sql | 2 +- pg_hint_plan--1.3.5--1.3.6.sql | 2 +- pg_hint_plan--1.3.6--1.3.7.sql | 2 +- pg_hint_plan--1.3.7--1.3.8.sql | 2 +- pg_hint_plan--1.3.8--1.3.9.sql | 2 +- pg_hint_plan--1.3.9--1.4.sql | 2 +- pg_hint_plan--1.4--1.4.1.sql | 2 +- pg_hint_plan--1.4.1--1.4.2.sql | 2 +- pg_hint_plan--1.4.2--1.5.sql | 2 +- pg_hint_plan--1.5--1.5.1.sql | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pg_hint_plan--1.3.0--1.3.1.sql b/pg_hint_plan--1.3.0--1.3.1.sql index 7a1b593e..b6934687 100644 --- a/pg_hint_plan--1.3.0--1.3.1.sql +++ b/pg_hint_plan--1.3.0--1.3.1.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.3.0--1.3.1.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.1'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.3.1'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.3.1--1.3.2.sql b/pg_hint_plan--1.3.1--1.3.2.sql index d4598580..76f03429 100644 --- a/pg_hint_plan--1.3.1--1.3.2.sql +++ b/pg_hint_plan--1.3.1--1.3.2.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.3.1--1.3.2.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.2'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.3.2'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.3.2--1.3.3.sql b/pg_hint_plan--1.3.2--1.3.3.sql index 80ec81a4..44479e9f 100644 --- a/pg_hint_plan--1.3.2--1.3.3.sql +++ b/pg_hint_plan--1.3.2--1.3.3.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.3.2--1.3.3.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.3'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.3.3'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.3.3--1.3.4.sql b/pg_hint_plan--1.3.3--1.3.4.sql index 5d0721f9..389725bd 100644 --- a/pg_hint_plan--1.3.3--1.3.4.sql +++ b/pg_hint_plan--1.3.3--1.3.4.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.3.3--1.3.4.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.4'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.3.4'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.3.4--1.3.5.sql b/pg_hint_plan--1.3.4--1.3.5.sql index 3fd2aec8..38984cf0 100644 --- a/pg_hint_plan--1.3.4--1.3.5.sql +++ b/pg_hint_plan--1.3.4--1.3.5.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.3.4--1.3.5.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.5'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.3.5'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.3.5--1.3.6.sql b/pg_hint_plan--1.3.5--1.3.6.sql index ca8465c4..b2ac0933 100644 --- a/pg_hint_plan--1.3.5--1.3.6.sql +++ b/pg_hint_plan--1.3.5--1.3.6.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.3.5--1.3.6.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.6'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.3.6'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.3.6--1.3.7.sql b/pg_hint_plan--1.3.6--1.3.7.sql index e37d73d2..d60f7a61 100644 --- a/pg_hint_plan--1.3.6--1.3.7.sql +++ b/pg_hint_plan--1.3.6--1.3.7.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.3.6--1.3.7.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.7'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.3.7'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.3.7--1.3.8.sql b/pg_hint_plan--1.3.7--1.3.8.sql index 45eb9098..6e510dee 100644 --- a/pg_hint_plan--1.3.7--1.3.8.sql +++ b/pg_hint_plan--1.3.7--1.3.8.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.3.7--1.3.8.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.8'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.3.8'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.3.8--1.3.9.sql b/pg_hint_plan--1.3.8--1.3.9.sql index 3d6f384b..3ccc5db6 100644 --- a/pg_hint_plan--1.3.8--1.3.9.sql +++ b/pg_hint_plan--1.3.8--1.3.9.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.3.8--1.3.9.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.3.9'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.3.9'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.3.9--1.4.sql b/pg_hint_plan--1.3.9--1.4.sql index b1a682e2..ec085848 100644 --- a/pg_hint_plan--1.3.9--1.4.sql +++ b/pg_hint_plan--1.3.9--1.4.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.3.9--1.4.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.4'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.4'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.4--1.4.1.sql b/pg_hint_plan--1.4--1.4.1.sql index a9ac8b53..8bfca8ce 100644 --- a/pg_hint_plan--1.4--1.4.1.sql +++ b/pg_hint_plan--1.4--1.4.1.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.4--1.4.1.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.4.1'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.4.1'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.4.1--1.4.2.sql b/pg_hint_plan--1.4.1--1.4.2.sql index c0fd57ba..410d4913 100644 --- a/pg_hint_plan--1.4.1--1.4.2.sql +++ b/pg_hint_plan--1.4.1--1.4.2.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.4.1--1.4.2.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.4.2'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.4.2'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.4.2--1.5.sql b/pg_hint_plan--1.4.2--1.5.sql index c2a98407..964cc158 100644 --- a/pg_hint_plan--1.4.2--1.5.sql +++ b/pg_hint_plan--1.4.2--1.5.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.4.2--1.5.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.5'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.5'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq',''); diff --git a/pg_hint_plan--1.5--1.5.1.sql b/pg_hint_plan--1.5--1.5.1.sql index 14d7379a..68502c24 100644 --- a/pg_hint_plan--1.5--1.5.1.sql +++ b/pg_hint_plan--1.5--1.5.1.sql @@ -1,7 +1,7 @@ /* pg_hint_plan/pg_hint_plan--1.5--1.5.1.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION -\echo Use "ALTER EXTENSION pg_dbms_stats UPDATE TO '1.5.1'" to load this file. \quit +\echo Use "ALTER EXTENSION pg_hint_plan UPDATE TO '1.5.1'" to load this file. \quit SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints',''); SELECT pg_catalog.pg_extension_config_dump('hint_plan.hints_id_seq','');