Re: array in a store procedure in C

Поиск
Список
Период
Сортировка
От
Тема Re: array in a store procedure in C
Дата
Msg-id C5DBACC6DCC7604C9E4875FD9C7968B112C44BE28D@ITXS01EVS.service.it.nrw.de
обсуждение исходный текст
Ответ на Re: array in a store procedure in C  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Ответы Re: array in a store procedure in C  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-general
On Tuesday, February 03, 2015 3:58 AM, Jim Nasby wrote:
> Note that the recursive grep starts at the current directory, so make sure you're actually in the pgsql source code
whenyou use it.
 

> cat ~/bin/pg_grep
> #!/bin/sh
>
> grep -r "$*" * | grep -iv TAGS: | grep -v 'Binary file' | grep -v '.deps/'

By the way, why not add a "cd" into the pgsql source tree to the script?  That way you can't forget it when using the
script...


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

Предыдущее
От: Juan Pablo L
Дата:
Сообщение: Re: array in a store procedure in C
Следующее
От: "George Weaver"
Дата:
Сообщение: Re: "Ungroup" data for import into PostgreSQL