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

Commit63d3f5e

Browse files
author
Neil Conway
committed
Fix references to the Options section in the pgcrypto documentation.
Patch from Michael Fuhr.
1 parent5f789c5 commit63d3f5e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎contrib/pgcrypto/README.pgcrypto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Now common part, the session-key encrypted data packet:
331331

332332
Return a symmetric-key encrypted PGP message.
333333

334-
Options are described in section 5.7.
334+
Options are described in section 5.8.
335335

336336

337337
5.3. pgp_sym_decrypt(msg, psw)
@@ -346,7 +346,7 @@ Decrypting bytea data with `pgp_sym_decrypt` is disallowed.
346346
This is to avoid outputting invalid character data. Decrypting
347347
originally textual data with `pgp_sym_decrypt_bytea` is fine.
348348

349-
Options are described in section 5.7.
349+
Options are described in section 5.8.
350350

351351

352352
5.4. pgp_pub_encrypt(data, pub_key)
@@ -358,7 +358,7 @@ Options are described in section 5.7.
358358
Encrypt data with a public key. Giving this function a secret key will
359359
produce a error.
360360

361-
Options are described in section 5.7.
361+
Options are described in section 5.8.
362362

363363

364364
5.5. pgp_pub_decrypt(msg, sec_key [, psw])
@@ -378,7 +378,7 @@ Decrypting bytea data with `pgp_pub_decrypt` is disallowed.
378378
This is to avoid outputting invalid character data. Decrypting
379379
originally textual data with `pgp_pub_decrypt_bytea` is fine.
380380

381-
Options are described in section 5.7.
381+
Options are described in section 5.8.
382382

383383

384384
5.6. pgp_key_id(key / msg)
@@ -714,4 +714,4 @@ http://www.cs.ut.ee/~helger/crypto/[]::
714714
Collection of cryptology pointers.
715715

716716

717-
// $PostgreSQL: pgsql/contrib/pgcrypto/README.pgcrypto,v 1.16 2006/07/19 17:05:50 neilc Exp $
717+
// $PostgreSQL: pgsql/contrib/pgcrypto/README.pgcrypto,v 1.17 2006/08/05 00:29:11 neilc Exp $

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp