Re: [GENERAL] translate "bug"?

From: James Olin Oden <joden(at)Lee(dot)k12(dot)nc(dot)us>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] translate "bug"?
Date: 1998-07-07 16:40:02
Message-ID: 81Jul6.113132edt.35713@gateway.lee.k12.nc.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> I have some embedded spaces in data that should be stripped out.
>
> In the course of trying to find a way to do this, I found out some stuff:
>
> #1a
> \df would be a whole lot nicer if I could do:
>
> \df <type> and get only functions that have the given return type, or
> \df <string> it grepped all the lines for something matching string
>

Try:

echo "\df" | psql | grep <type>

or

echo "\df" | psql | grep <string>

I realize you want it inside the psql program, but the above should get the
same results pretty quick...james

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stuart Rison 1998-07-07 18:12:45 Re: [GENERAL] translate "bug"?
Previous Message Bruce Taylor 1998-07-07 06:44:58 Interesting URLs?