Re: psql tab completion enhancements - Mailing list pgsql-patches

From Joachim Wieland
Subject Re: psql tab completion enhancements
Date
Msg-id 20060204002924.GA5780@mcknight.de
Whole thread Raw
In response to Re: psql tab completion enhancements  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Fri, Feb 03, 2006 at 04:15:32PM -0500, Tom Lane wrote:
> Joachim Wieland <joe@mcknight.de> writes:
> > - Should all the
> >     const char* foocompletion = { "BAR", "BAZ" };
> >   be changed to
> >     char* foocompletion = { "BAR", "BAZ" };

> Removing const decoration sure seems like the wrong direction to be
> going in.  Why can't you still have const on the functions that expect
> to take non-modifiable lists?

Ok, next try. Patch attached.

Joachim

Attachment

pgsql-patches by date:

Previous
From: Joachim Wieland
Date:
Subject: Re: psql tab completion enhancements
Next
From: Bruce Momjian
Date:
Subject: Re: [BUGS] BUG #2171: Differences compiling plpgsql in ecpg