Re: How is the right query for this condition ? - Mailing list pgsql-general

From Bino Oetomo
Subject Re: How is the right query for this condition ?
Date
Msg-id 4B0A14FA.6060608@indoakses-online.com
Whole thread Raw
In response to Re: How is the right query for this condition ?  (Brian Modra <epailty@googlemail.com>)
List pgsql-general
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-

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Updating column on row update
Next
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] Updating column on row update