Only target lines of text

Поиск
Список
Период
Сортировка
От Michael Moore
Тема Only target lines of text
Дата
Msg-id CACpWLjNu491rbpoyUPFbjV2yYx3QErmaBCnNNOCL1S=6jtYgSw@mail.gmail.com
обсуждение исходный текст
Ответы Re: Only target lines of text
Re: Only target lines of text
Список 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 по дате отправления:

Предыдущее
От: harish Reddy
Дата:
Сообщение: Re: Fwd: Regarding change in the size of database
Следующее
От: Rob Sargent
Дата:
Сообщение: Re: Only target lines of text