From: Tom Lane Date: Mon, 20 Oct 2014 14:53:57 +0000 (-0400) Subject: Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql. X-Git-Tag: jit-before-rebase-2017-11-03~6411 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=488a7c9ccff54f947d5a51f00efe873f4bae909a;p=users%2Fandresfreund%2Fpostgres.git Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql. Cosmetic oversight in commit 32984d8fc3dbb90a3fafb69fece0134f1ea790f9. Marko Tiikkaja --- diff --git a/contrib/pgcrypto/pgcrypto--1.2.sql b/contrib/pgcrypto/pgcrypto--1.2.sql index 370a9a19cd..d6d5e7de34 100644 --- a/contrib/pgcrypto/pgcrypto--1.2.sql +++ b/contrib/pgcrypto/pgcrypto--1.2.sql @@ -1,4 +1,4 @@ -/* contrib/pgcrypto/pgcrypto--1.1.sql */ +/* contrib/pgcrypto/pgcrypto--1.2.sql */ -- complain if script is sourced in psql, rather than via CREATE EXTENSION \echo Use "CREATE EXTENSION pgcrypto" to load this file. \quit