summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorStephen Frost2014-09-12 16:04:37 +0000
committerStephen Frost2014-09-12 16:04:37 +0000
commita2dabf0e1dda93c860b10bff7b73617e7b090108 (patch)
tree9f53e54cfd0537dae516d792504d467fa30d4ab2 /src/test
parent82962838d4bea2a20babbd2efacb48b268b4a689 (diff)
Add unicode_{column|header|border}_style to psql
With the unicode linestyle, this adds support to control if the column, header, or border style should be single or double line unicode characters. The default remains 'single'. In passing, clean up the border documentation and address some minor formatting/spelling issues. Pavel Stehule, with some additional changes by me.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/regress/expected/psql.out3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/regress/expected/psql.out b/src/test/regress/expected/psql.out
index 199036d595..3764127558 100644
--- a/src/test/regress/expected/psql.out
+++ b/src/test/regress/expected/psql.out
@@ -68,6 +68,9 @@ Record separator (recordsep) is <newline>.
Table attributes (tableattr) unset.
Title (title) unset.
Tuples only (tuples_only) is off.
+Unicode border linestyle is "single".
+Unicode column linestyle is "single".
+Unicode border linestyle is "single".
-- test multi-line headers, wrapping, and newline indicators
prepare q as select array_to_string(array_agg(repeat('x',2*n)),E'\n') as "ab