Re: array in a store procedure in C

From: <Holger(dot)Friedrich-Fa-Trivadis(at)it(dot)nrw(dot)de>
To: <pgsql-general(at)postgresql(dot)org>
Cc: <Jim(dot)Nasby(at)BlueTreble(dot)com>
Subject: Re: array in a store procedure in C
Date: 2015-02-03 13:03:25
Message-ID: C5DBACC6DCC7604C9E4875FD9C7968B112C44BE28D@ITXS01EVS.service.it.nrw.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 when you 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...

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ramesh T 2015-02-03 13:16:35 dbmsscheduler
Previous Message Ramesh T 2015-02-03 12:49:48 postgres cust types