Re: Need feedback on new feature (\for)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Need feedback on new feature (\for)
Date: 2003-08-18 00:17:10
Message-ID: 14452.1061165830@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I said:
> ... I think it makes much more sense to push the
> complexity into the control query and keep the substitution rules
> non-surprising.

BTW, taking that approach as gospel, we could forget my idea of
declaring datatypes for the control-query results. Just substitute
'em literally. The quoting transformations could be done easily in
the control query with quote_literal() or quote_ident().

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2003-08-18 00:17:41 Re: array concat, et al patch
Previous Message Tom Lane 2003-08-18 00:08:06 Re: Need feedback on new feature (\for)