Next: Types Conversion, Previous: Query Construction, Up: Top
If procedure pg-print
does not do what you want (see Writing/Reading Data), you can try a slightly more customizable method for displaying
results.
To get started, load the postgres-resdisp
module:
(use-modules (database postgres-resdisp))
[NOTE: docs missing for display-result]