Re: one last patch - array lower and upper bound - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: one last patch - array lower and upper bound
Date
Msg-id 200211081759.gA8HxqU19634@candle.pha.pa.us
Whole thread Raw
In response to Re: one last patch - array lower and upper bound  (Joe Conway <mail@joeconway.com>)
List pgsql-patches
Joe Conway wrote:
> Bruce Momjian wrote:
> > Patch applied.  Thanks.
> >
> > initdb required.
> >
> > Joe, can you submit a patch for your show_group feature?  Thanks.
> >
>
> Thanks. As pointed out by Tom, I need to follow up with a doc patch. I will
> get that done in the next few days.
>
> show_group was a plpgsql function -- do you want a backend C version, or if
> not, where would it go, contrib?

Oh, good point. We can't assume plpgsql will be in all databases.  Seems
we do need a C version that can be installed via initdb.  Then we can
hook it into psql \?.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Joe Conway
Date:
Subject: Re: one last patch - array lower and upper bound
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] psql: \pset pager 'always'?