Re: No parameters support in "create user"?

From: Gaetano Mendola <mendola(at)bigfoot(dot)com>
To: Shachar Shemesh <psql(at)shemesh(dot)biz>
Subject: Re: No parameters support in "create user"?
Date: 2004-09-21 00:49:34
Message-ID: 414F7A9E.3020705@bigfoot.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Shachar Shemesh wrote:
> Tom Lane wrote:
>
>> Parameters are only supported in plannable statements
>> (SELECT/INSERT/UPDATE/DELETE; I think there is some hack for DECLARE
>> CURSOR these days too).
>>
>>
> That's a shame.
>
> Aside from executing prepared statements, parameters are also useful for
> preventing SQL injections. Under those cases, they are useful for all
> commands, not only those that can be prepared.
>
> Oh well. I'm not sure whether that's extremely clever or downright
> insane, but I'm solving this problem by calling "Select
> quote_literal($1)" and "select quote_id($1)", and then using the results.

Create your own plpgsql function and call it.

Regards
Gaetano Mendola

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2004-09-21 01:38:02 Re: signal 11 on AIX: 7.4.2
Previous Message Gaetano Mendola 2004-09-21 00:46:34 Re: RSS