Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
3c1a8661
Commit
3c1a8661
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Remove replicaiton FAQ item.
parent
ea23ec82
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+3
-13
3 additions, 13 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+3
-14
3 additions, 14 deletions
doc/src/FAQ/FAQ.html
with
6 additions
and
27 deletions
doc/FAQ
+
3
−
13
View file @
3c1a8661
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Tue Aug 31 23:28:02
E
D
T 2004
Last updated:
Sun Nov 14 16:32:47
E
S
T 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -97,8 +97,7 @@
4.25) How do I return multiple rows or columns from a function?
4.26) Why can't I reliably create/drop temporary tables in PL/PgSQL
functions?
4.27) What replication options are available?
4.28) What encryption options are available?
4.27) What encryption options are available?
Extending PostgreSQL
...
...
@@ -1111,16 +1110,7 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
table access in PL/PgSQL. This will cause the query to be reparsed
every time.
4.27) What replication options are available?
There are several master/slave replication options 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
multi-master replication solution is being worked on at
http://gborg.PostgreSQL.org/project/pgreplication/projdisplay.php.
4.28) What encryption options are available?
4.27) What encryption options are available?
* contrib/pgcrypto contains many encryption functions for use in SQL
queries.
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
3
−
14
View file @
3c1a8661
...
...
@@ -10,7 +10,7 @@
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated:
Tue Aug 31 23:28:02
E
D
T 2004
</P>
<P>
Last updated:
Sun Nov 14 16:32:47
E
S
T 2004
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -137,8 +137,7 @@
from a function?
<BR>
<A
href=
"#4.26"
>
4.26
</A>
) Why can't I reliably create/drop
temporary tables in PL/PgSQL functions?
<BR>
<A
href=
"#4.27"
>
4.27
</A>
) What replication options are available?
<BR>
<A
href=
"#4.28"
>
4.28
</A>
) What encryption options are available?
<BR>
<A
href=
"#4.28"
>
4.27
</A>
) What encryption options are available?
<BR>
<H2
align=
"center"
>
Extending PostgreSQL
</H2>
...
...
@@ -1396,17 +1395,7 @@ BYTEA bytea variable-length byte array (null-byte safe)
<SMALL>
EXECUTE
</SMALL>
for temporary table access in PL/PgSQL. This
will cause the query to be reparsed every time.
</P>
<H4><A
name=
"4.27"
>
4.27
</A>
) What replication options are available?
</H4>
<P>
There are several master/slave replication options 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"
>
http://gborg.PostgreSQL.org/genpage?replication_research
</a>
lists
them. A multi-master replication solution is being worked on at
<a
href=
"http://gborg.PostgreSQL.org/project/pgreplication/projdisplay.php"
>
http://gborg.PostgreSQL.org/project/pgreplication/projdisplay.php
</a>
.
</P>
<H4><A
name=
"4.28"
>
4.28
</A>
) What encryption options are available?
<H4><A
name=
"4.27"
>
4.27
</A>
) What encryption options are available?
</H4>
<UL>
<LI><I>
contrib/pgcrypto
</I>
contains many encryption functions for
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment