1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql.

Cosmetic oversight in commit 32984d8fc3.

Marko Tiikkaja
This commit is contained in:
Tom Lane
2014-10-20 10:53:57 -04:00
parent bc279c92f0
commit 488a7c9ccf

View File

@ -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