projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
065683b
)
Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql
author
Alexander Korotkov
Thu, 12 Nov 2020 05:55:09 +0000
(08:55 +0300)
committer
Alexander Korotkov
Thu, 12 Nov 2020 05:55:34 +0000
(08:55 +0300)
Backpatch-through: 13
contrib/pg_trgm/pg_trgm--1.4--1.5.sql
patch
|
blob
|
blame
|
history
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 284f88d32521ea329c1436668a90d3f05e739266..db122fce0ffcc32f4c34c15d6f37b5343d7e8cae 100644
(file)
--- 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