From 488a7c9ccff54f947d5a51f00efe873f4bae909a Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 20 Oct 2014 10:53:57 -0400 Subject: [PATCH] Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql. Cosmetic oversight in commit 32984d8fc3dbb90a3fafb69fece0134f1ea790f9. Marko Tiikkaja --- contrib/pgcrypto/pgcrypto--1.2.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pgcrypto/pgcrypto--1.2.sql b/contrib/pgcrypto/pgcrypto--1.2.sql index 370a9a19cdf..d6d5e7de34a 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