diff options
| author | Alexander Korotkov | 2020-11-12 05:55:09 +0000 |
|---|---|---|
| committer | Alexander Korotkov | 2020-11-12 05:55:09 +0000 |
| commit | 3e8ec5b1408a15fb41cada2635163a598d8607d1 (patch) | |
| tree | b0ec84d344790623ee332146439a039a1695d685 /contrib/pg_trgm | |
| parent | 1a2ae7c50fb4ab17a8d38e755fc871ebc3a5845d (diff) | |
Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql
Backpatch-through: 13
Diffstat (limited to 'contrib/pg_trgm')
| -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 |
