Re: array in a store procedure in C

Поиск
Список
Период
Сортировка
От Jim Nasby
Тема Re: array in a store procedure in C
Дата
Msg-id 54D03946.9060500@BlueTreble.com
обсуждение исходный текст
Ответ на Re: array in a store procedure in C  (Juan Pablo L <jpablolorenzetti@gmail.com>)
Ответы Re: array in a store procedure in C  (Juan Pablo L <jpablolorenzetti@gmail.com>)
Re: array in a store procedure in C  (<Holger.Friedrich-Fa-Trivadis@it.nrw.de>)
Список pgsql-general
On 1/29/15 10:53 PM, Juan Pablo L wrote:
> i will look there ... i have been looking in a lot of source files and
> can not find anything that helps but i will look in those specific
> files. Thanks a lot.

You might find this shell script useful; it's meant to make it easy to
grep the entire codebase for some term. Note that the recursive grep
starts at the current directory, so make sure you're actually in the
pgsql source code when you use it.

cat ~/bin/pg_grep
#!/bin/sh

grep -r "$*" * | grep -iv TAGS: | grep -v 'Binary file' | grep -v '.deps/'
--
Jim Nasby, Data Architect, Blue Treble Consulting
Data in Trouble? Get it in Treble! http://BlueTreble.com


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

Предыдущее
От: "Anand Kumar, Karthik"
Дата:
Сообщение: Question on session_replication_role
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Question on session_replication_role