diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-10-20 10:53:57 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-10-20 10:53:57 -0400 |
commit | 488a7c9ccff54f947d5a51f00efe873f4bae909a (patch) | |
tree | 1b2facf4824a096125613d5bd722a7abcfd8aae3 | |
parent | bc279c92f0c213b7bc9a1aef9773aa9a3a9cd0e3 (diff) | |
download | postgresql-488a7c9ccff54f947d5a51f00efe873f4bae909a.tar.gz postgresql-488a7c9ccff54f947d5a51f00efe873f4bae909a.zip |
Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql.
Cosmetic oversight in commit 32984d8fc3dbb90a3fafb69fece0134f1ea790f9.
Marko Tiikkaja
-rw-r--r-- | contrib/pgcrypto/pgcrypto--1.2.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 |