Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
63d3f5e5
Commit
63d3f5e5
authored
Aug 05, 2006
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix references to the Options section in the pgcrypto documentation.
Patch from Michael Fuhr.
parent
5f789c5e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
contrib/pgcrypto/README.pgcrypto
contrib/pgcrypto/README.pgcrypto
+5
-5
No files found.
contrib/pgcrypto/README.pgcrypto
View file @
63d3f5e5
...
@@ -331,7 +331,7 @@ Now common part, the session-key encrypted data packet:
...
@@ -331,7 +331,7 @@ Now common part, the session-key encrypted data packet:
Return a symmetric-key encrypted PGP message.
Return a symmetric-key encrypted PGP message.
Options are described in section 5.
7
.
Options are described in section 5.
8
.
5.3. pgp_sym_decrypt(msg, psw)
5.3. pgp_sym_decrypt(msg, psw)
...
@@ -346,7 +346,7 @@ Decrypting bytea data with `pgp_sym_decrypt` is disallowed.
...
@@ -346,7 +346,7 @@ Decrypting bytea data with `pgp_sym_decrypt` is disallowed.
This is to avoid outputting invalid character data. Decrypting
This is to avoid outputting invalid character data. Decrypting
originally textual data with `pgp_sym_decrypt_bytea` is fine.
originally textual data with `pgp_sym_decrypt_bytea` is fine.
Options are described in section 5.
7
.
Options are described in section 5.
8
.
5.4. pgp_pub_encrypt(data, pub_key)
5.4. pgp_pub_encrypt(data, pub_key)
...
@@ -358,7 +358,7 @@ Options are described in section 5.7.
...
@@ -358,7 +358,7 @@ Options are described in section 5.7.
Encrypt data with a public key. Giving this function a secret key will
Encrypt data with a public key. Giving this function a secret key will
produce a error.
produce a error.
Options are described in section 5.
7
.
Options are described in section 5.
8
.
5.5. pgp_pub_decrypt(msg, sec_key [, psw])
5.5. pgp_pub_decrypt(msg, sec_key [, psw])
...
@@ -378,7 +378,7 @@ Decrypting bytea data with `pgp_pub_decrypt` is disallowed.
...
@@ -378,7 +378,7 @@ Decrypting bytea data with `pgp_pub_decrypt` is disallowed.
This is to avoid outputting invalid character data. Decrypting
This is to avoid outputting invalid character data. Decrypting
originally textual data with `pgp_pub_decrypt_bytea` is fine.
originally textual data with `pgp_pub_decrypt_bytea` is fine.
Options are described in section 5.
7
.
Options are described in section 5.
8
.
5.6. pgp_key_id(key / msg)
5.6. pgp_key_id(key / msg)
...
@@ -714,4 +714,4 @@ http://www.cs.ut.ee/~helger/crypto/[]::
...
@@ -714,4 +714,4 @@ http://www.cs.ut.ee/~helger/crypto/[]::
Collection of cryptology pointers.
Collection of cryptology pointers.
// $PostgreSQL: pgsql/contrib/pgcrypto/README.pgcrypto,v 1.1
6 2006/07/19 17:05:50
neilc Exp $
// $PostgreSQL: pgsql/contrib/pgcrypto/README.pgcrypto,v 1.1
7 2006/08/05 00:29:11
neilc Exp $
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment