Re: Only target lines of text

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: Only target lines of text
Дата
Msg-id e3db3594-fa64-4f24-9b53-268dfa3cd60a@gmail.com
обсуждение исходный текст
Ответ на Only target lines of text  (Michael Moore <michaeljmoore@gmail.com>)
Список pgsql-sql
On 11/14/2016 06:19 PM, Michael Moore wrote:
> 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
>
>
substring with regexp captures.



В списке pgsql-sql по дате отправления:

Предыдущее
От: Michael Moore
Дата:
Сообщение: Only target lines of text
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Only target lines of text