OSDN Git Service

Adjust ts_debug's output as per my proposal of yesterday: show the
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Oct 2007 20:13:37 +0000 (20:13 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 22 Oct 2007 20:13:37 +0000 (20:13 +0000)
commit3e17ef1cfaa23f05c34cacb73c756bf03bf63f3a
treee53b7ba41531f45a9165d05c133f5c9500e09293
parent7ec280e1173c096dc7752c4633bcc11150d4c2af
Adjust ts_debug's output as per my proposal of yesterday: show the
active dictionary and its output lexemes as separate columns, instead
of smashing them into one text column, and lowercase the column names.
Also, define the output rowtype using OUT parameters instead of a
composite type, to be consistent with the other built-in functions.
doc/src/sgml/func.sgml
doc/src/sgml/textsearch.sgml
src/backend/catalog/system_views.sql
src/include/catalog/catversion.h