Fix typos in SQL scripts of pgcrypto

Author: Gurjeet Singh
Discussion: https://postgr.es/m/CABwTF4U_5kEnH93PXZEuEsZHuoSSuBEOqC6pian8vDfLZSQJNA@mail.gmail.com
This commit is contained in:
Michael Paquier 2019-05-28 06:33:30 -04:00
parent 00ef6e3b28
commit af94ea7406
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--
-- HMAC-MD5
-- HMAC-SHA1
--
SELECT encode(hmac(
'Hi There',

View File

@ -1,5 +1,5 @@
--
-- pgp_descrypt tests
-- pgp decrypt tests
--
-- Checking ciphers
select pgp_sym_decrypt(dearmor('

View File

@ -1,5 +1,5 @@
--
-- HMAC-MD5
-- HMAC-SHA1
--
SELECT encode(hmac(

View File

@ -1,5 +1,5 @@
--
-- pgp_descrypt tests
-- pgp decrypt tests
--
-- Checking ciphers