Re: [PL/PgSQL] EXECUTE...USING enhancement proposal

From: Vincenzo Romano <vincenzo(dot)romano(at)notorand(dot)it>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PL/PgSQL] EXECUTE...USING enhancement proposal
Date: 2010-01-15 08:57:09
Message-ID: 3eff28921001150057t4f0cd5b4nb89109d90b062c8@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2010/1/15 Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>:
> I disagree with this functionality for USING clause. Main parser
> doesn't support some enhanced syntax. But we can discus about some
> function 'printf' or 'format' that can help with similar task.
>
> some like
>
> EXECUTE format('ALTER TABLE % ADD CHECK (col1=% AND col2=%)',
>                              quote_ident(tablename), cval1, cval2, cval3);
>
>
> there was two proposals:
> a) based on syntax our RAISE statements
> b) based on printf syntax
>
> Personally prefer a) - it is simpler and enough
>
> Pavel

I do like the printf-like approach more than my proposal!
Do you think about a built-in implementation rather than the on in PLGSQL?

--
Vincenzo Romano
NotOrAnd Information Technologies
NON QVIETIS MARIBVS NAVTA PERITVS

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2010-01-15 09:00:57 Re: [PL/PgSQL] EXECUTE...USING enhancement proposal
Previous Message Pavel Stehule 2010-01-15 08:52:17 Re: [PL/PgSQL] EXECUTE...USING enhancement proposal