Skip to content

Commit 7833779

Browse files
DiegoDAFclaude
andcommitted
Update changelog for --tuples-only feature
Added to Upcoming (TBD) section: - New tuples-only option feature description - Documentation section for newly documented table formats Made with ❤️ and 🤖 Claude Code Co-Authored-By: Claude <[email protected]>
1 parent 24488f4 commit 7833779

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Upcoming (TBD)
33

44
Features:
55
---------
6+
* Add support for `tuples-only` option to print rows without extra output.
7+
* Command line option `-t` or `--tuples-only`.
8+
* Without value, defaults to `csv-noheader` format.
9+
* Optionally specify a table format (e.g., `-t minimal`).
10+
* Suppresses status messages (SELECT X) and timing information.
11+
* Similar to psql's `-t` flag, useful for scripting and automation.
612
* Add support for `init-command` to run when the connection is established.
713
* Command line option `--init-command`
814
* Provide `init-command` in the config file
@@ -22,6 +28,15 @@ Features:
2228
* Useful for automated scripts and CI/CD pipelines.
2329
* Add hostaddr to handle .pgpass with ssh tunnels
2430

31+
Documentation:
32+
--------------
33+
34+
* Document previously undocumented table formats in config file:
35+
* `csv-noheader` - CSV format without headers
36+
* `tsv_noheader` - TSV format without headers
37+
* `csv-tab-noheader` - Alias for tsv_noheader
38+
* `minimal` - Aligned columns without headers or borders
39+
2540
Internal:
2641
---------
2742

0 commit comments

Comments
 (0)