Re: array in a store procedure in C - Mailing list pgsql-general

From
Subject Re: array in a store procedure in C
Date
Msg-id C5DBACC6DCC7604C9E4875FD9C7968B112C44BE28D@ITXS01EVS.service.it.nrw.de
Whole thread Raw
In response to Re: array in a store procedure in C  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Responses Re: array in a store procedure in C
List 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 by date:

Previous
From: Juan Pablo L
Date:
Subject: Re: array in a store procedure in C
Next
From: "George Weaver"
Date:
Subject: Re: "Ungroup" data for import into PostgreSQL