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
3379f7b9
Commit
3379f7b9
authored
Oct 11, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ.
parent
e350d3d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
doc/FAQ
doc/FAQ
+3
-2
doc/src/FAQ/FAQ.html
doc/src/FAQ/FAQ.html
+3
-2
No files found.
doc/FAQ
View file @
3379f7b9
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Fri Oct 11
00:59:31
EDT 2002
Last updated: Fri Oct 11
13:54:56
EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -1076,7 +1076,7 @@ SELECT *
4.27) What replication options are available?
There are several master/slave replication
solu
tions available. These
There are several master/slave replication
op
tions available. These
allow only the master to make database changes and the slave can only
do database reads. The bottom of
http://gborg.postgresql.org/genpage?replication_research lists them. A
...
...
@@ -1092,6 +1092,7 @@ SELECT *
* Database user passwords are automatically encrypted when stored in
version 7.3. In previous versions, you must enable
password_encryption in postgresql.conf.
* The server can run using an encrypted file system.
_________________________________________________________________
Extending PostgreSQL
...
...
doc/src/FAQ/FAQ.html
View file @
3379f7b9
...
...
@@ -14,7 +14,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: Fri Oct 11
00:59:31
EDT 2002
</P>
<P>
Last updated: Fri Oct 11
13:54:56
EDT 2002
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -1378,7 +1378,7 @@ BYTEA bytea variable-length byte array (null-byte safe)
<H4><A
name=
"4.27"
>
4.27
</A>
) What replication options are available?
</H4>
<P>
There are several master/slave replication
solu
tions available.
<P>
There are several master/slave replication
op
tions available.
These allow only the master to make database changes and the slave
can only do database reads. The bottom of
<a
href=
"http://gborg.postgresql.org/genpage?replication_research"
>
...
...
@@ -1397,6 +1397,7 @@ BYTEA bytea variable-length byte array (null-byte safe)
<LI>
Database user passwords are automatically encrypted when stored
in version 7.3. In previous versions, you must enable
<I>
password_encryption
</I>
in
<I>
postgresql.conf
</I>
.
</LI>
<LI>
The server can run using an encrypted file system.
</LI>
</UL>
<HR>
...
...
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