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
c86fac27
Commit
c86fac27
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Fix link.
parent
fc53730c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+1
-1
1 addition, 1 deletion
doc/FAQ
doc/src/FAQ/FAQ.html
+2
-2
2 additions, 2 deletions
doc/src/FAQ/FAQ.html
with
3 additions
and
3 deletions
doc/FAQ
+
1
−
1
View file @
c86fac27
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated: Mon Jun 10 1
5:49:44
EDT 2002
Last updated: Mon Jun 10 1
6:44:55
EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
2
−
2
View file @
c86fac27
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
alink=
"#0000ff"
>
alink=
"#0000ff"
>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<H1>
Frequently Asked Questions (FAQ) for PostgreSQL
</H1>
<P>
Last updated: Mon Jun 10 1
5:49:44
EDT 2002
</P>
<P>
Last updated: Mon Jun 10 1
6:44:55
EDT 2002
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
@@ -1317,7 +1317,7 @@ BYTEA bytea variable-length byte array (null-byte safe)
...
@@ -1317,7 +1317,7 @@ BYTEA bytea variable-length byte array (null-byte safe)
http://developer.postgresql.org/docs/postgres/plpgsql-cursors.html,
</A>
http://developer.postgresql.org/docs/postgres/plpgsql-cursors.html,
</A>
section 23.7.3.3.
</P>
section 23.7.3.3.
</P>
<H4><A
href=
"
#
4.26"
>
4.26
</A>
) Why can't I reliably create/drop
<H4><A
href=
"4.26"
>
4.26
</A>
) Why can't I reliably create/drop
temporary tables in PL/PgSQL functions?
</H4>
temporary tables in PL/PgSQL functions?
</H4>
PL/PgSQL caches function contents, and an unfortunate side effect
PL/PgSQL caches function contents, and an unfortunate side effect
is that if a PL/PgSQL function accesses a temporary table, and that
is that if a PL/PgSQL function accesses a temporary table, and that
...
...
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