--- trunk/test.sql 2005/05/20 12:19:05 1 +++ trunk/test.sql 2005/05/20 22:01:19 7 @@ -1,5 +1,7 @@ -select * from pgest('##dir##/casket', 'a OR b OR c', '' ) ; -select * from pgest('##dir##/casket', 'c*', 'estrank'); +select * from pgest('##dir##/data/casket', 'a OR b OR c', '', 0, 0); +select * from pgest('##dir##/data/casket', 'a OR b OR c', '', 20, 0); +select * from pgest('##dir##/data/casket', 'a OR b OR c', '@uri ISTREW .txt', 100, 0); +select * from pgest('##dir##/data/casket', 'a OR b OR c', '', 10, 1); --select * from pgest2('{foo}') as (a text, b text) ; --select * from pgest2('{foo}') as (a text, b text, c text) ; --select * from pgest2('{foo}') as (a text, b text, c text, d text) ;