postgresql/contrib/tsearch2
Tom Lane 1753337cf5 Improve psql's tabular display of wrapped-around data by inserting markers
in the formerly-always-blank columns just to left and right of the data.
Different marking is used for a line break caused by a newline in the data
than for a straight wraparound.  A newline break is signaled by a "+" in the
right margin column in ASCII mode, or a carriage return arrow in UNICODE mode.
Wraparound is signaled by a dot in the right margin as well as the following
left margin in ASCII mode, or an ellipsis symbol in the same places in UNICODE
mode.  "\pset linestyle old-ascii" is added to make the previous behavior
available if anyone really wants it.

In passing, this commit also cleans up a few regression test files that
had unintended spacing differences from the current actual output.

Roger Leigh, reviewed by Gabrielle Roth and other members of PDXPUG.
2009-11-22 05:20:41 +00:00
..
data tsearch2 module 2003-07-21 10:27:44 +00:00
expected Improve psql's tabular display of wrapped-around data by inserting markers 2009-11-22 05:20:41 +00:00
sql Resurrect the code for the rewrite(ARRAY[...]) aggregate function, 2007-11-13 22:14:50 +00:00
Makefile Replace the now-incompatible-with-core contrib/tsearch2 module with a 2007-11-13 21:02:29 +00:00
tsearch2.c 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
tsearch2.sql.in Adjust the APIs for GIN opclass support functions to allow the extractQuery() 2009-03-25 22:19:02 +00:00
uninstall_tsearch2.sql Add snb_ru_init(internal) to list of stub functions in tsearch2 2007-11-16 00:34:54 +00:00