diff options
author | Fujii Masao | 2013-07-18 19:13:01 +0000 |
---|---|---|
committer | Fujii Masao | 2013-07-18 19:13:01 +0000 |
commit | 6f9e39bc9993c18686f0950f9b9657c7c97c7450 (patch) | |
tree | cf188e56748234fc120750a3febbc0e52c49c4b4 /contrib/pg_stat_statements | |
parent | 1dc118660b8f12d3bdec94b6f6e1068966ca62e9 (diff) |
Fix typo in update scripts for some contrib modules.
Diffstat (limited to 'contrib/pg_stat_statements')
-rw-r--r-- | contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql b/contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql index 5662273e16e..5be281ea47a 100644 --- a/contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql +++ b/contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql @@ -1,7 +1,7 @@ /* contrib/pg_stat_statements/pg_stat_statements--1.0--1.1.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION -\echo Use "ALTER EXTENSION pg_stat_statements UPDATE" to load this file. \quit +\echo Use "ALTER EXTENSION pg_stat_statements UPDATE TO '1.1'" to load this file. \quit /* First we have to remove them from the extension */ ALTER EXTENSION pg_stat_statements DROP VIEW pg_stat_statements; |