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/pageinspect | |
| parent | 1dc118660b8f12d3bdec94b6f6e1068966ca62e9 (diff) | |
Fix typo in update scripts for some contrib modules.
Diffstat (limited to 'contrib/pageinspect')
| -rw-r--r-- | contrib/pageinspect/pageinspect--1.0--1.1.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pageinspect/pageinspect--1.0--1.1.sql b/contrib/pageinspect/pageinspect--1.0--1.1.sql index 5997c580dac..49e83264d33 100644 --- a/contrib/pageinspect/pageinspect--1.0--1.1.sql +++ b/contrib/pageinspect/pageinspect--1.0--1.1.sql @@ -1,6 +1,6 @@ /* contrib/pageinspect/pageinspect--1.0--1.1.sql */ --- complain if script is sourced in psql, rather than via ALTER EXTENSION UPDATE +-- complain if script is sourced in psql, rather than via ALTER EXTENSION \echo Use "ALTER EXTENSION pageinspect UPDATE TO 1.1" to load this file. \quit DROP FUNCTION page_header(bytea); |
