In psql, with \x toggled to expanded output mode, I get these very long wrapped dashed lines for record separators when there is a field with a long string value in one of the selected records. They look like
-[ RECORD 2 ]—————————————————————————————————————————————————————————————————————————– (is much longer)
Is there any way to suppress or shorten these lines? I’m on PostgreSQL 8.4
Try \t:
Docs.
Also try: