Re: How is the right query for this condition ?

From: Bino Oetomo <bino(at)indoakses-online(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: Brian Modra <epailty(at)googlemail(dot)com>
Subject: Re: How is the right query for this condition ?
Date: 2009-11-23 04:52:10
Message-ID: 4B0A14FA.6060608@indoakses-online.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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-

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Dunstan 2009-11-23 05:05:22 Re: [HACKERS] Updating column on row update
Previous Message Tom Lane 2009-11-23 04:38:50 Re: [HACKERS] Updating column on row update