Commit af94ea74 authored by Michael Paquier's avatar Michael Paquier

Fix typos in SQL scripts of pgcrypto

Author: Gurjeet Singh
Discussion: https://postgr.es/m/CABwTF4U_5kEnH93PXZEuEsZHuoSSuBEOqC6pian8vDfLZSQJNA@mail.gmail.com
parent 00ef6e3b
-- --
-- HMAC-MD5 -- HMAC-SHA1
-- --
SELECT encode(hmac( SELECT encode(hmac(
'Hi There', 'Hi There',
......
-- --
-- pgp_descrypt tests -- pgp decrypt tests
-- --
-- Checking ciphers -- Checking ciphers
select pgp_sym_decrypt(dearmor(' select pgp_sym_decrypt(dearmor('
......
-- --
-- HMAC-MD5 -- HMAC-SHA1
-- --
SELECT encode(hmac( SELECT encode(hmac(
......
-- --
-- pgp_descrypt tests -- pgp decrypt tests
-- --
-- Checking ciphers -- Checking ciphers
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment