adds support for null suppression
authorChris Jaekl <cejaekl@yahoo.com>
Tue, 1 Nov 2016 13:13:09 +0000 (22:13 +0900)
committerChris Jaekl <cejaekl@yahoo.com>
Tue, 1 Nov 2016 13:13:09 +0000 (22:13 +0900)
This is controlled via the "\pset suppress_nulls=on" command.
Rows with all null values will be suppressed.
Columns with all null values will be suppressed.
Suppression only applies to formatted (tabular) output, not to CSV output.
When null-suppression mode is on, only one RowBuffer worth of (non-suppressed)
rows will be fetched; this limit is currently hard-coded to 50 rows.


No differences found