Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb1c8de4

Browse files
committed
Update FAQ_DEV.
1 parenta4cf22c commitb1c8de4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎doc/FAQ_DEV

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Developer's Frequently Asked Questions (FAQ) for PostgreSQL
33

4-
Last updated:Thu Jan 3 03:20:49 EST 2002
4+
Last updated:Fri Feb 1 15:22:54 EST 2002
55

66
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
77

@@ -572,7 +572,7 @@ typedef struct nameData
572572
loop through list, assigning each list element to i. It is
573573
important to note that i is a List *, not the data in the List
574574
element. You need to use lfirst(i) to get at the data. Here is
575-
a typical codesnipped that loops through a List containing Var
575+
a typical codesnippet that loops through a List containing Var
576576
*'s and processes each one:
577577

578578
List *i, *list;

‎doc/src/FAQ/FAQ_DEV.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<H1>Developer's Frequently Asked Questions (FAQ) for
1313
PostgreSQL</H1>
1414

15-
<P>Last updated:Thu Jan 3 03:20:49 EST 2002</P>
15+
<P>Last updated:Fri Feb 1 15:22:54 EST 2002</P>
1616

1717
<P>Current maintainer: Bruce Momjian (<Ahref=
1818
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -687,7 +687,7 @@ <H3><A name="2.3">2.3</A>) Why do we use <I>Node</I> and <I>List</I> to
687687
<I>i.</I> It is important to note that<I>i</I> is a List *,
688688
not the data in the<I>List</I> element. You need to use
689689
<I>lfirst(i)</I> to get at the data. Here is a typical code
690-
snipped that loops through a List containing<I>Var *'s</I>
690+
snippet that loops through a List containing<I>Var *'s</I>
691691
and processes each one:
692692
<PRE>
693693
<CODE>List *i, *list;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp