diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2020-11-12 08:55:09 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2020-11-12 08:55:34 +0300 |
commit | 6058f22324c8781b1914551ab4da431224c3a7dd (patch) | |
tree | fd6e5dd2888261557e8a6b34a0a1b0559479c875 | |
parent | 065683bbdbab7fe51c59a479f4136328577bbecd (diff) | |
download | postgresql-6058f22324c8781b1914551ab4da431224c3a7dd.tar.gz postgresql-6058f22324c8781b1914551ab4da431224c3a7dd.zip |
Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql
Backpatch-through: 13
-rw-r--r-- | contrib/pg_trgm/pg_trgm--1.4--1.5.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_trgm/pg_trgm--1.4--1.5.sql b/contrib/pg_trgm/pg_trgm--1.4--1.5.sql index 284f88d3252..db122fce0ff 100644 --- a/contrib/pg_trgm/pg_trgm--1.4--1.5.sql +++ b/contrib/pg_trgm/pg_trgm--1.4--1.5.sql @@ -1,4 +1,4 @@ -/* contrib/pg_trgm/pg_trgm--1.5--1.5.sql */ +/* contrib/pg_trgm/pg_trgm--1.4--1.5.sql */ -- complain if script is sourced in psql, rather than via ALTER EXTENSION \echo Use "ALTER EXTENSION pg_trgm UPDATE TO '1.5'" to load this file. \quit |