[GENERAL] equal and like

2008-12-09 Thread Schwéger Gábor
Hi List, This is my first post to this list. Our database moved to a larger partition. And now I have a problem with a select query: db=# SELECT id, login FROM u WHERE login LIKE 'bellamarth'; id |login +- 173002 | bellamarth (1 row) db=# SELECT id, login FROM u WHER

Re: [GENERAL] equal and like

2008-12-10 Thread Schwéger Gábor
Thank You. After reindex it's working fine. Gabor On Ked, December 9, 2008 23:06, Bill Moran wrote: > In response to "Schwéger Gábor" <[EMAIL PROTECTED]>: >> >> This is my first post to this list. >> Our database moved to a larger partition. >> And