mirror of
https://github.com/postgres/postgres.git
synced 2025-04-21 12:05:57 +03:00
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:
parent
00ef6e3b28
commit
af94ea7406
@ -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…
x
Reference in New Issue
Block a user