Only target lines of text - Mailing list pgsql-sql

From Michael Moore
Subject Only target lines of text
Date
Msg-id CACpWLjNu491rbpoyUPFbjV2yYx3QErmaBCnNNOCL1S=6jtYgSw@mail.gmail.com
Whole thread Raw
Responses Re: Only target lines of text
Re: Only target lines of text
List pgsql-sql
how can I change this so that it only shows me the lines of text containing the matching string?

SELECT  
 proname AS functionname, 
 prosrc AS source 
FROM 
  pg_proc 
WHERE 
  prosrc ~* 'ypoi_db';

Thanks,
Mike


pgsql-sql by date:

Previous
From: harish Reddy
Date:
Subject: Re: Fwd: Regarding change in the size of database
Next
From: Rob Sargent
Date:
Subject: Re: Only target lines of text