Re: ToDo: plpgsql plugin for query and expression verification

From: Hitoshi Harada <umi(dot)tanuki(at)gmail(dot)com>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ToDo: plpgsql plugin for query and expression verification
Date: 2010-02-16 12:52:12
Message-ID: e08cc0401002160452p7722a7bxd352bec92c4e73c3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2010/2/16 Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>:
> I think, so these problem have to be identified in compile stage - but
> it can be too strict for all (and can slow down production) - it is
> reason for plugin.
>
> What do you think about this idea?

How do you identify them? Running function body cannot be applied if
the function is volatile. Also, I don't see how do you choose function
argument values even in immutable cases.

Regards,

--
Hitoshi Harada

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joachim Wieland 2010-02-16 13:03:13 Re: LISTEN/NOTIFY and notification timing guarantees
Previous Message Fujii Masao 2010-02-16 12:40:11 Re: Streaming replication on win32, still broken