Re: Sample of user-define window function and other things - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Sample of user-define window function and other things
Date
Msg-id 496B47AF.8080708@gmx.net
Whole thread Raw
In response to Sample of user-define window function and other things  ("Hitoshi Harada" <umi.tanuki@gmail.com>)
Responses Re: Sample of user-define window function and other things  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-hackers
Hitoshi Harada wrote:
> - CREATE FUNCTION command accepts WINDOW keyword for non-c language
> like plpgsql. Don't we need to throw error?

The validator procedures of those languages should be made to reject 
that case if they can't support it.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [BUGS] Status of issue 4593
Next
From: Tom Lane
Date:
Subject: Re: Assertion failure in plpgsql with INSTEAD OF rule