Fix typos in SQL scripts of pgcrypto

Author: Gurjeet Singh
Discussion: https://postgr.es/m/CABwTF4U_5kEnH93PXZEuEsZHuoSSuBEOqC6pian8vDfLZSQJNA@mail.gmail.com
pull/47/head
Michael Paquier 7 years ago
parent 00ef6e3b28
commit af94ea7406
  1. 2
      contrib/pgcrypto/expected/hmac-sha1.out
  2. 2
      contrib/pgcrypto/expected/pgp-decrypt.out
  3. 2
      contrib/pgcrypto/sql/hmac-sha1.sql
  4. 2
      contrib/pgcrypto/sql/pgp-decrypt.sql

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

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

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

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

Loading…
Cancel
Save