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
7e3a8d9a
Commit
7e3a8d9a
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo.
parent
c129c164
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_DEV
+2
-2
2 additions, 2 deletions
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html
+2
-2
2 additions, 2 deletions
doc/src/FAQ/FAQ_DEV.html
with
4 additions
and
4 deletions
doc/FAQ_DEV
+
2
−
2
View file @
7e3a8d9a
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Tue
Mar
8 08:27:31
EST 2005
Last updated:
Fri
Mar
11 06:42:00
EST 2005
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
@@ -658,7 +658,7 @@ typedef struct nameData
...
@@ -658,7 +658,7 @@ typedef struct nameData
Here are some of the List manipulation commands:
Here are some of the List manipulation commands:
lfirst(i), lfirst_int(i), lfirst_oid(i)
lfirst(i), lfirst_int(i), lfirst_oid(i)
return the data (a point, inte
t
er and OID respectively) at list
return the data (a point, inte
g
er and OID respectively) at list
element i.
element i.
lnext(i)
lnext(i)
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ_DEV.html
+
2
−
2
View file @
7e3a8d9a
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<H1>
Developer's Frequently Asked Questions (FAQ) for
<H1>
Developer's Frequently Asked Questions (FAQ) for
PostgreSQL
</H1>
PostgreSQL
</H1>
<P>
Last updated:
Tue
Mar
8 08:27:31
EST 2005
</P>
<P>
Last updated:
Fri
Mar
11 06:42:00
EST 2005
</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>
...
@@ -817,7 +817,7 @@
...
@@ -817,7 +817,7 @@
<DL>
<DL>
<DT>
lfirst(i), lfirst_int(i), lfirst_oid(i)
</DT>
<DT>
lfirst(i), lfirst_int(i), lfirst_oid(i)
</DT>
<DD>
return the data (a point, inte
t
er and OID respectively) at
<DD>
return the data (a point, inte
g
er and OID respectively) at
list element
<I>
i.
</I></DD>
list element
<I>
i.
</I></DD>
<DT>
lnext(i)
</DT>
<DT>
lnext(i)
</DT>
...
...
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