Re: array in a store procedure in C

From: Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com>
To: Juan Pablo L <jpablolorenzetti(at)gmail(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: array in a store procedure in C
Date: 2015-02-03 02:58:14
Message-ID: 54D03946.9060500@BlueTreble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2015-02-03 03:10:24 Re: Question on session_replication_role
Previous Message Jim Nasby 2015-02-03 02:44:46 Re: Fwd: [GENERAL] 4B row limit for CLOB tables