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
b1c8de49
Commit
b1c8de49
authored
Feb 01, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update FAQ_DEV.
parent
a4cf22c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/FAQ_DEV
doc/FAQ_DEV
+2
-2
doc/src/FAQ/FAQ_DEV.html
doc/src/FAQ/FAQ_DEV.html
+2
-2
No files found.
doc/FAQ_DEV
View file @
b1c8de49
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
Last updated:
Thu Jan 3 03:20:49
EST 2002
Last updated:
Fri Feb 1 15:22:54
EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
@@ -572,7 +572,7 @@ typedef struct nameData
loop through list, assigning each list element to i. It is
important to note that i is a List *, not the data in the List
element. You need to use lfirst(i) to get at the data. Here is
a typical code snippe
d
that loops through a List containing Var
a typical code snippe
t
that loops through a List containing Var
*'s and processes each one:
List *i, *list;
...
...
doc/src/FAQ/FAQ_DEV.html
View file @
b1c8de49
...
...
@@ -12,7 +12,7 @@
<H1>
Developer's Frequently Asked Questions (FAQ) for
PostgreSQL
</H1>
<P>
Last updated:
Thu Jan 3 03:20:49
EST 2002
</P>
<P>
Last updated:
Fri Feb 1 15:22:54
EST 2002
</P>
<P>
Current maintainer: Bruce Momjian (
<A
href=
"mailto:pgman@candle.pha.pa.us"
>
pgman@candle.pha.pa.us
</A>
)
<BR>
...
...
@@ -687,7 +687,7 @@
<I>
i.
</I>
It is important to note that
<I>
i
</I>
is a List *,
not the data in the
<I>
List
</I>
element. You need to use
<I>
lfirst(i)
</I>
to get at the data. Here is a typical code
snippe
d
that loops through a List containing
<I>
Var *'s
</I>
snippe
t
that loops through a List containing
<I>
Var *'s
</I>
and processes each one:
<PRE>
<CODE>
List *i, *list;
...
...
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