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
4730a540
Commit
4730a540
authored
Aug 15, 2010
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add link and additional index reference to pgcrypto.
Kevin Grittner, with markup adjustments.
parent
22d9ddbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
doc/src/sgml/pgcrypto.sgml
doc/src/sgml/pgcrypto.sgml
+6
-1
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+4
-3
No files found.
doc/src/sgml/pgcrypto.sgml
View file @
4730a540
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.1
1 2010/08/10 20:42:01 petere
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgcrypto.sgml,v 1.1
2 2010/08/15 01:57:03 rhaas
Exp $ -->
<sect1 id="pgcrypto">
<title>pgcrypto</title>
...
...
@@ -7,6 +7,11 @@
<primary>pgcrypto</primary>
</indexterm>
<indexterm zone="pgcrypto">
<primary>encryption</primary>
<secondary>for specific columns</secondary>
</indexterm>
<para>
The <filename>pgcrypto</> module provides cryptographic functions for
<productname>PostgreSQL</>.
...
...
doc/src/sgml/runtime.sgml
View file @
4730a540
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.43
6 2010/05/26 23:49:19 tgl
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.43
7 2010/08/15 01:57:03 rhaas
Exp $ -->
<chapter Id="runtime">
<title>Server Setup and Operation</title>
...
...
@@ -1503,8 +1503,9 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
<listitem>
<para>
The <filename>contrib</> function library
<function>pgcrypto</function> allows certain fields to be stored
encrypted. This is useful if only some of the data is sensitive.
<link linkend="pgcrypto"><function>pgcrypto</function></link>
allows certain fields to be stored encrypted.
This is useful if only some of the data is sensitive.
The client supplies the decryption key and the data is decrypted
on the server and then sent to the client.
</para>
...
...
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