diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/FAQ/FAQ_DEV.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/src/FAQ/FAQ_DEV.html b/doc/src/FAQ/FAQ_DEV.html index 6b54fbce936..4c2478be5c1 100644 --- a/doc/src/FAQ/FAQ_DEV.html +++ b/doc/src/FAQ/FAQ_DEV.html @@ -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 |