Ubuntu Pastebin

Paste from wgrant at Sat, 6 Jun 2015 10:53:51 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
launchpad_dev=# SELECT to_tsvector('default', 'linux-image-generic');
                     to_tsvector                      
------------------------------------------------------
 'generic':4 'imag':3 'linux':2 'linux-image-gener':1
(1 row)

launchpad_dev=# SELECT to_tsquery('default', 'linux-image');
           to_tsquery            
---------------------------------
 'linux-imag' & 'linux' & 'imag'
(1 row)
Download as text