aboutsummaryrefslogtreecommitdiff
path: root/doc/src/FAQ/FAQ_DEV.html
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-02-14 14:05:52 +0000
committerBruce Momjian <bruce@momjian.us>2003-02-14 14:05:52 +0000
commit56650f3fda5dcab57377eef95df55a036f0f122f (patch)
treef98c00e8cd5ecd715931d8b73677f860e98c7ba2 /doc/src/FAQ/FAQ_DEV.html
parentabe07ff1746b4f40009d1a95b743a679b8dabf0b (diff)
downloadpostgresql-56650f3fda5dcab57377eef95df55a036f0f122f.tar.gz
postgresql-56650f3fda5dcab57377eef95df55a036f0f122f.zip
Update FAQ's in head and 7.3.X.
Diffstat (limited to 'doc/src/FAQ/FAQ_DEV.html')
-rw-r--r--doc/src/FAQ/FAQ_DEV.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html
index 6b54fbce936..dc9b80aeb81 100644
--- a/doc/src/FAQ/FAQ_DEV.html
+++ b/doc/src/FAQ/FAQ_DEV.html
@@ -12,7 +12,7 @@
<H1>Developer's Frequently Asked Questions (FAQ) for
PostgreSQL</H1>
- <P>Last updated: Tue Nov 5 16:52:46 EST 2002</P>
+ <P>Last updated: Fri Feb 14 08:59:10 EST 2003</P>
<P>Current maintainer: Bruce Momjian (<A href=
"mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</A>)<BR>
@@ -779,10 +779,8 @@
<DT>lconsi, ...</DT>
- <DD>There are integer versions of these: <I>lconsi, lappendi,
- nthi.</I> <I>List's</I> containing integers instead of Node
- pointers are used to hold list of relation object id's and
- other integer quantities.</DD>
+ <DD>There are integer versions of these: <I>lconsi, lappendi</I>,
+ etc. Also versions for OID lists: <I>lconso, lappendo</I>, etc.</DD>
</DL>
</BLOCKQUOTE>
You can print nodes easily inside <I>gdb.</I> First, to disable