Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitaf94ea7

Browse files
committed
Fix typos in SQL scripts of pgcrypto
Author: Gurjeet SinghDiscussion:https://postgr.es/m/CABwTF4U_5kEnH93PXZEuEsZHuoSSuBEOqC6pian8vDfLZSQJNA@mail.gmail.com
1 parent00ef6e3 commitaf94ea7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎contrib/pgcrypto/expected/hmac-sha1.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- HMAC-MD5
2+
-- HMAC-SHA1
33
--
44
SELECT encode(hmac(
55
'Hi There',

‎contrib/pgcrypto/expected/pgp-decrypt.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
--pgp_descrypt tests
2+
--pgp decrypt tests
33
--
44
-- Checking ciphers
55
select pgp_sym_decrypt(dearmor('

‎contrib/pgcrypto/sql/hmac-sha1.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- HMAC-MD5
2+
-- HMAC-SHA1
33
--
44

55
SELECT encode(hmac(

‎contrib/pgcrypto/sql/pgp-decrypt.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
--pgp_descrypt tests
2+
--pgp decrypt tests
33
--
44

55
-- Checking ciphers

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp