Dear Sir
Brian Modra wrote:
> You can use a plpgsql to do that e.g.
>
> create or replace function getMatchingRecord(vseek text)
> returns text as $$
> declare
> str text;
> len integer;
> ret text;
>
...
I Just try your solution , and it's work like a charm
Thankyou for your enlightment
Sincerely
-bino-