Skip to content

Commit

Permalink
Fix typos in sql file:
Browse files Browse the repository at this point in the history
    s/pg_dbms_stats/pg_hint_plan/

This has been originally committed as of 0c11f78, missing the
back-branches.

Backpatch-through: 12
  • Loading branch information
yamatattsu authored and michaelpq committed Apr 30, 2024
1 parent a982c26 commit 4029ef5
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion pg_hint_plan--1.3.0--1.3.1.sql
Original file line number Diff line number Diff line change
@@ -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','');
Expand Down
2 changes: 1 addition & 1 deletion pg_hint_plan--1.3.1--1.3.2.sql
Original file line number Diff line number Diff line change
@@ -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','');
Expand Down
2 changes: 1 addition & 1 deletion pg_hint_plan--1.3.2--1.3.3.sql
Original file line number Diff line number Diff line change
@@ -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','');
Expand Down
2 changes: 1 addition & 1 deletion pg_hint_plan--1.3.3--1.3.4.sql
Original file line number Diff line number Diff line change
@@ -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','');
Expand Down
2 changes: 1 addition & 1 deletion pg_hint_plan--1.3.4--1.3.5.sql
Original file line number Diff line number Diff line change
@@ -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','');
Expand Down
2 changes: 1 addition & 1 deletion pg_hint_plan--1.3.5--1.3.6.sql
Original file line number Diff line number Diff line change
@@ -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','');
Expand Down
2 changes: 1 addition & 1 deletion pg_hint_plan--1.3.6--1.3.7.sql
Original file line number Diff line number Diff line change
@@ -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','');
Expand Down
2 changes: 1 addition & 1 deletion pg_hint_plan--1.3.7--1.3.8.sql
Original file line number Diff line number Diff line change
@@ -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','');
Expand Down
2 changes: 1 addition & 1 deletion pg_hint_plan--1.3.8--1.3.9.sql
Original file line number Diff line number Diff line change
@@ -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','');
Expand Down

0 comments on commit 4029ef5

Please sign in to comment.