postgresql/contrib/lo
Tom Lane 64d15e4240 Defend against bad trigger definitions in contrib/lo's lo_manage() trigger.
This function formerly crashed if called as a statement-level trigger,
or if a column-name argument wasn't given.

In passing, add the trigger name to all error messages from the function.
(None of them are expected cases, so this shouldn't pose any compatibility
risk.)

Marc Cousin, reviewed by Sawada Masahiko
2013-11-23 22:46:43 -05:00
..
Makefile Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
lo--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
lo--unpackaged--1.0.sql Throw a useful error message if an extension script file is fed to psql. 2011-10-12 15:45:03 -04:00
lo.c Defend against bad trigger definitions in contrib/lo's lo_manage() trigger. 2013-11-23 22:46:43 -05:00
lo.control Convert contrib modules to use the extension facility. 2011-02-13 22:54:49 -05:00
lo_test.sql Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00