Re: poll: CHECK TRIGGER? - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: poll: CHECK TRIGGER?
Date
Msg-id 1331333650.23681.14.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: poll: CHECK TRIGGER?  (Pavel Stehule <pavel.stehule@gmail.com>)
Responses Re: poll: CHECK TRIGGER?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On fre, 2012-03-09 at 21:54 +0100, Pavel Stehule wrote:
> no, you can check any PL language - and output result is based on SQL
> Errors, so it should be enough for all PL too.

But then I would have to map all language-specific error reports to some
SQL error scheme, which is not only cumbersome but pretty useless.  For
example, a Python programmer will be familiar with the typical output
that pylint produces and how to fix it.  If we hide that output behind
the layer of SQL-ness, that won't make things easier to anyone.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: NULL's support in SP-GiST
Next
From: Peter Eisentraut
Date:
Subject: Re: poll: CHECK TRIGGER?