1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add ts_debug function for debugging configurations

This commit is contained in:
Teodor Sigaev
2003-08-06 09:19:21 +00:00
parent 11e9dcc549
commit dd2870f76f
4 changed files with 52 additions and 0 deletions

View File

@ -241,3 +241,5 @@ The sculpture of these granite seams,
Upon a woman s face. E. J. Pratt (1882 1964)
', to_tsquery('sea'));
--check debug
select * from ts_debug('Tsearch module for PostgreSQL 7.3.3');