Re: Re: Outstanding patches

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Richard Poole <richard(dot)poole(at)vi(dot)net>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: Outstanding patches
Date: 2001-05-08 22:24:18
Message-ID: 8861.989360658@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc

Richard Poole <richard(dot)poole(at)vi(dot)net> writes:
> How about a feature in psql which would read something like '%type' and
> convert it to the appropriate thing before it passed it to the backend?

That's just about what Ian's patch does, only it does it during backend
parsing instead of in the client. It seems to me that most of the
arguments against it apply either way.

If we are going to have it, the backend is certainly the right place to
do it, rather than adding a huge amount of new smarts to psql.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-05-08 22:43:45 Re: Re: Outstanding patches
Previous Message Richard Poole 2001-05-08 22:15:53 Re: Re: Outstanding patches

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tim Barnard 2001-05-08 22:29:27 Re: A different compile problem for 7.1.1
Previous Message Richard Poole 2001-05-08 22:15:53 Re: Re: Outstanding patches