diff options
Diffstat (limited to 'doc/FAQ_DEV')
-rw-r--r-- | doc/FAQ_DEV | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/FAQ_DEV b/doc/FAQ_DEV index a2aae877822..3d3092815d0 100644 --- a/doc/FAQ_DEV +++ b/doc/FAQ_DEV @@ -643,9 +643,8 @@ List *i, *list; return the i'th element in list. lconsi, ... - There are integer versions of these: lconsi, lappendi, nthi. - List's containing integers instead of Node pointers are used to - hold list of relation object id's and other integer quantities. + There are integer versions of these: lconsi, lappendi, etc. + Also versions for OID lists: lconso, lappendo, etc. You can print nodes easily inside gdb. First, to disable output truncation when you use the gdb print command: |