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
f99e525f
Commit
f99e525f
authored
22 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update for tables returning function, item 5.3, from Joe Conway.
parent
b0146a24
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ
+6
-3
6 additions, 3 deletions
doc/FAQ
doc/src/FAQ/FAQ.html
+6
-3
6 additions, 3 deletions
doc/src/FAQ/FAQ.html
with
12 additions
and
6 deletions
doc/FAQ
+
6
−
3
View file @
f99e525f
Frequently Asked Questions (FAQ) for PostgreSQL
Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Sun
Oct 1
3 23:15:09
EDT 2002
Last updated:
Thu
Oct 1
7 19:33:40
EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -1113,8 +1113,11 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
...
@@ -1113,8 +1113,11 @@ CREATE TABLE test (x int, modtime timestamp DEFAULT CURRENT_TIMESTAMP );
5.3) How do I write a C function to return a tuple?
5.3) How do I write a C function to return a tuple?
This requires wizardry so extreme that the authors have never tried
In versions of PostgreSQL beginning with 7.3, table-returning
it, though in principle it can be done.
functions are fully supported in C, PL/PgSQL, and SQL. See the
Programmer's Guide for more information. An example of a
table-returning function defined in C can be found in
contrib/tablefunc.
5.4) I have changed a source file. Why does the recompile not see the
5.4) I have changed a source file. Why does the recompile not see the
change?
change?
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ.html
+
6
−
3
View file @
f99e525f
...
@@ -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:
Sun
Oct 1
3 23:15:09
EDT 2002
</P>
<P>
Last updated:
Thu
Oct 1
7 19:33:40
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>
...
@@ -1408,8 +1408,11 @@ BYTEA bytea variable-length byte array (null-byte safe)
...
@@ -1408,8 +1408,11 @@ BYTEA bytea variable-length byte array (null-byte safe)
<H4><A
name=
"5.3"
>
5.3
</A>
) How do I write a C function to return a
<H4><A
name=
"5.3"
>
5.3
</A>
) How do I write a C function to return a
tuple?
</H4>
tuple?
</H4>
<P>
This requires wizardry so extreme that the authors have never
<P>
In versions of PostgreSQL beginning with 7.3, table-returning
tried it, though in principle it can be done.
</P>
functions are fully supported in C, PL/PgSQL, and SQL. See the
Programmer's Guide for more information. An example of a
table-returning function defined in C can be found in
contrib/tablefunc.
</P>
<H4><A
name=
"5.4"
>
5.4
</A>
) I have changed a source file. Why does
<H4><A
name=
"5.4"
>
5.4
</A>
) I have changed a source file. Why does
the recompile not see the change?
</H4>
the recompile not see the change?
</H4>
...
...
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