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