postgresql/doc
Heikki Linnakangas c1008f0037 Check number of parameters in RAISE statement at compile time.
The number of % parameter markers in RAISE statement should match the number
of parameters given. We used to check that at execution time, but we have
all the information needed at compile time, so let's check it at compile
time instead. It's generally better to find mistakes earlier.

Marko Tiikkaja, reviewed by Fabien Coelho
2014-09-02 15:56:50 +03:00
..
src Check number of parameters in RAISE statement at compile time. 2014-09-02 15:56:50 +03:00
bug.template Stamp HEAD as 9.5devel. 2014-06-10 21:36:13 -04:00
KNOWN_BUGS
Makefile
MISSING_FEATURES
TODO